attempt fix font sizing issue

https://stackoverflow.com/a/5785652
This commit is contained in:
David Eisinger
2023-10-26 14:53:00 -04:00
parent 8b86962a55
commit 6ae9ebfc64

View File

@@ -9,6 +9,7 @@ body {
@media only screen and (max-width: 600px) {
body {
-webkit-text-size-adjust: 100%;
padding: 10px;
}
}