mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +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-success: #222222;
|
||||
}
|
||||
.card {
|
||||
webkit-box-shadow: unset;
|
||||
box-shadow: unset;
|
||||
border: 1px solid var(--color-grey) !important;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'CaviarDreams';
|
||||
src: url('/fonts/CaviarDreams.ttf') format('truetype');
|
||||
|
@ -45,6 +50,12 @@
|
|||
height: 100px;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
.join-desc {
|
||||
<!-- height: 20vh; -->
|
||||
}
|
||||
img {
|
||||
max-width: unset;
|
||||
}
|
||||
.bg-image {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
@ -76,7 +87,7 @@
|
|||
<body>
|
||||
<nav class="nav hide-xs">
|
||||
<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="/apps">Apps</a>
|
||||
<a href="/sponsors">Sponsors</a>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<img class="join-banner" src="/images/lemmy.svg" />
|
||||
</div>
|
||||
<br />
|
||||
<p>The main instance of lemmy.</p>
|
||||
<p class="join-desc">The main instance of lemmy.</p>
|
||||
<footer>
|
||||
<a class="button primary" href="https://dev.lemmy.ml">Join</a>
|
||||
</footer>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<img class="join-banner" src="https://lemmygrad.ml/pictrs/image/YI2XNWaVUv.png?format=webp" />
|
||||
</div>
|
||||
<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>
|
||||
<a class="button primary" href="https://lemmygrad.ml">Join</a>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue