Try sizing in rem instead

This commit is contained in:
Nycki 2021-09-02 19:04:57 -04:00
parent b32f253bd9
commit defdc204d1

View file

@ -13,7 +13,7 @@ html {
body {
background-image: url('magenta-tile-4.png');
background-size: 1.23em;
background-size: 1rem;
color: darkgray;
text-shadow: 2px 2px black;
font-family: sans-serif;