add foxis, fix weird image-less spacing
All checks were successful
Lint / lint (push) Successful in 23s
Sync gmem.ca / sync (push) Successful in 31s

This commit is contained in:
Gabriel Simmer 2024-04-15 23:07:10 +01:00
parent 93bb9a4193
commit 2e05403004
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,7 @@
<a href="https://brodokk.space"><img src="./badges/brodokk.png" alt="brodokk.space button"></a>
<a href="https://blog.fawx.news/"><p>awooo</p></a>
<a href="https://polite.cafe/"><p>ado</p></a>
<a href="https://foxis.dev/"><p>foxis</p></a>
</div>
<p><a href="https://arch.dog"><img src="./arch.dog.png" alt="pixel art website button for this very website! black text on a background matching my fursona that says arch.dog"></a></p>

View file

@ -112,6 +112,10 @@ footer {
margin: 0px 5px 0px 0px;
}
#friends p {
margin: 5px auto;
}
#friends a, #friends img {
width: 88px;
height: 31px;