pixelated css meow

This commit is contained in:
maggie 2025-02-10 14:32:04 +03:00
parent 9c17d6c68d
commit cacf0f04a3

11
style.css Executable file → Normal file
View file

@ -47,6 +47,17 @@ ul {
margin-right: 2.5rem;
}
div.buttons a {
font-size: 0;
}
div.buttons a > img {
image-rendering: crisp-edges;
image-rendering: pixelated;
object-fit: contain;
width: 88px;
height: 31px;
}
.flex-container {
display: flex;
text-align: center;