web buttons! (+ lfs)

This commit is contained in:
ari melody 2023-11-21 14:17:41 +00:00
parent 3fe7f28bd2
commit 816e68d673
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 46 additions and 4 deletions

View file

@ -271,6 +271,20 @@ ul.links li a:hover {
}
}
div#web-buttons {
margin: 2rem 0;
}
#web-buttons a {
text-decoration: none;
}
#web-buttons img {
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
}
footer {
border-top: 1px solid #888;
}