chore: image rendering
This commit is contained in:
parent
631b534643
commit
f8ce60c082
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.badge__grid img {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
:root {
|
||||
--grid: repeat(4,minmax(0,1fr));
|
||||
|
|
Reference in a new issue