Try sizing in rem instead
This commit is contained in:
parent
b32f253bd9
commit
defdc204d1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url('magenta-tile-4.png');
|
background-image: url('magenta-tile-4.png');
|
||||||
background-size: 1.23em;
|
background-size: 1rem;
|
||||||
color: darkgray;
|
color: darkgray;
|
||||||
text-shadow: 2px 2px black;
|
text-shadow: 2px 2px black;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
Loading…
Add table
Reference in a new issue