Merge pull request #33 from thepaperpilot/prevent-text-inflation

Add rule to prevent text inflation on mobile
This commit is contained in:
Harley White 2021-05-10 20:26:38 -04:00 committed by GitHub
commit 57ebf68cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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