Small fixes.

main
BurnyLlama 2021-07-25 22:28:11 +02:00
parent abd4356f9e
commit 6002d41b30
2 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
<nav>
<a href="#services">services</a>
<a href="#contact">contact</a>
<a href="#contribute">contribute</a>
<a href="#resources">resources</a>
</nav>
<div class="presentation">
@ -70,7 +70,7 @@
<p>
Libreddit is a Reddit frontend. Use it to browse Reddit without getting tracked.
</p>
<a href="https://bibligram.qwik.space">get browsin'</a>
<a href="https://libreddit.qwik.space">get browsin'</a>
</div>
@ -124,10 +124,10 @@
</div>
</div>
<a name="contribute"></a>
<h1>contribute</h1>
<a name="resources"></a>
<h1>resources</h1>
<p>
Theres currently no real way to contribute, but if you have any ideas of stuff to add feel free to contact the maintainers.
((( !!! COMING SOON !!! )))
</p>
<footer>

View File

@ -174,7 +174,7 @@ b {
border: .1rem solid var(--primary);
border-radius: 999rem;
box-shadow: 0 -5rem 20rem transparent;
/* box-shadow: 0 -5rem 20rem transparent; */
margin-top: auto;
margin-bottom: .5rem;
@ -192,7 +192,7 @@ b {
.service > a:hover, .service > a:focus {
color: var(--surface);
background-color: var(--primary);
box-shadow: 0 .25rem 2rem var(--primary);
/* box-shadow: 0 .25rem 2rem var(--primary); */
}