chore: image rendering

This commit is contained in:
Cory Dransfeldt 2024-03-05 12:00:08 -08:00
parent 631b534643
commit f8ce60c082
No known key found for this signature in database

View file

@ -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));