mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Some fixes
This commit is contained in:
parent
48d3ff62bb
commit
b54fe0d365
2 changed files with 14 additions and 3 deletions
|
@ -19,6 +19,11 @@
|
||||||
--color-darkGrey: #777;
|
--color-darkGrey: #777;
|
||||||
--color-success: #222222;
|
--color-success: #222222;
|
||||||
}
|
}
|
||||||
|
.card {
|
||||||
|
webkit-box-shadow: unset;
|
||||||
|
box-shadow: unset;
|
||||||
|
border: 1px solid var(--color-grey) !important;
|
||||||
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CaviarDreams';
|
font-family: 'CaviarDreams';
|
||||||
src: url('/fonts/CaviarDreams.ttf') format('truetype');
|
src: url('/fonts/CaviarDreams.ttf') format('truetype');
|
||||||
|
@ -45,6 +50,12 @@
|
||||||
height: 100px;
|
height: 100px;
|
||||||
object-fit: scale-down;
|
object-fit: scale-down;
|
||||||
}
|
}
|
||||||
|
.join-desc {
|
||||||
|
<!-- height: 20vh; -->
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: unset;
|
||||||
|
}
|
||||||
.bg-image {
|
.bg-image {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -76,7 +87,7 @@
|
||||||
<body>
|
<body>
|
||||||
<nav class="nav hide-xs">
|
<nav class="nav hide-xs">
|
||||||
<div class="nav-left">
|
<div class="nav-left">
|
||||||
<a class="brand" href="/"><img src="/images/lemmy.svg"></a>
|
<a class="brand" href="/"><img src="/images/lemmy.svg" height=32 width=32></a>
|
||||||
<a href="/join">Join</a>
|
<a href="/join">Join</a>
|
||||||
<a href="/apps">Apps</a>
|
<a href="/apps">Apps</a>
|
||||||
<a href="/sponsors">Sponsors</a>
|
<a href="/sponsors">Sponsors</a>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<img class="join-banner" src="/images/lemmy.svg" />
|
<img class="join-banner" src="/images/lemmy.svg" />
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<p>The main instance of lemmy.</p>
|
<p class="join-desc">The main instance of lemmy.</p>
|
||||||
<footer>
|
<footer>
|
||||||
<a class="button primary" href="https://dev.lemmy.ml">Join</a>
|
<a class="button primary" href="https://dev.lemmy.ml">Join</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<img class="join-banner" src="https://lemmygrad.ml/pictrs/image/YI2XNWaVUv.png?format=webp" />
|
<img class="join-banner" src="https://lemmygrad.ml/pictrs/image/YI2XNWaVUv.png?format=webp" />
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<p>A collection of leftist communities, for memes, learning, news, discussion, media, or anything you like.</p>
|
<p class="join-desc">A collection of leftist communities, for memes, learning, news, discussion, media, or anything you like.</p>
|
||||||
<footer>
|
<footer>
|
||||||
<a class="button primary" href="https://lemmygrad.ml">Join</a>
|
<a class="button primary" href="https://lemmygrad.ml">Join</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue