aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorbeeps (Kim Grey) <hi+github@berly.kim>2023-01-22 03:16:43 +0000
committerGitHub <noreply@github.com>2023-01-21 22:16:43 -0500
commitbbcec128eb94f5cb6f8de3d5da426eee9f57d56f (patch)
tree50fb8a5fab97f21e720cd3d8f1b17e1a38e788d2 /static
parent0087373d3ecc58de885f0f09eed7e3f7ce0e2b28 (diff)
downloadxesite-bbcec128eb94f5cb6f8de3d5da426eee9f57d56f.tar.xz
xesite-bbcec128eb94f5cb6f8de3d5da426eee9f57d56f.zip
Fix text size inflation on some mobile views (#594)
Diffstat (limited to 'static')
-rw-r--r--static/css/hack.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/css/hack.css b/static/css/hack.css
index 79666eb..e6d0406 100644
--- a/static/css/hack.css
+++ b/static/css/hack.css
@@ -1,5 +1,7 @@
html {
font-size: 14px;
+ -webkit-text-size-adjust: none;
+ text-size-adjust: none;
}
* {
box-sizing: border-box;