Add rule to prevent text inflation on mobile

This commit is contained in:
thepaperpilot 2021-03-12 08:01:24 -06:00
parent 12209f54ca
commit 2075df4cae

View file

@ -5,6 +5,8 @@
font-weight: bold;
table-align: center;
margin: auto;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
*:focus {