1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Add rule to prevent text inflation on mobile

This commit is contained in:
thepaperpilot 2021-03-12 08:01:24 -06:00
parent bbcb4802ff
commit 51cf2adbe6

View file

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