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:
parent
bbcb4802ff
commit
51cf2adbe6
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue