mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-02-07 10:31:37 +00:00
Add rule to prevent text inflation on mobile
This commit is contained in:
parent
12209f54ca
commit
2075df4cae
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
font-weight: bold;
|
||||
table-align: center;
|
||||
margin: auto;
|
||||
-webkit-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
|
|
Loading…
Add table
Reference in a new issue