pixelated css meow
This commit is contained in:
parent
9c17d6c68d
commit
cacf0f04a3
1 changed files with 11 additions and 0 deletions
11
style.css
Executable file → Normal file
11
style.css
Executable file → Normal file
|
@ -47,6 +47,17 @@ ul {
|
||||||
margin-right: 2.5rem;
|
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 {
|
.flex-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue