aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-02-06 16:38:19 -0600
committerMatt Singleton <matt@xcolour.net>2024-02-06 16:38:19 -0600
commit3a0de07b5c4f637fb7614ecb13dfaf45aa4fd8d9 (patch)
tree24f24f2205573288eba423c0332a493cc366f7d1
parent2355d39b234705afc1e6a7d7fd36ead930f4fd47 (diff)
prevent mobile safari from "boosting" font sizes, which throws off line numberingHEADmain
-rw-r--r--cgit-responsive.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit-responsive.css b/cgit-responsive.css
index 514f54b..26da3e7 100644
--- a/cgit-responsive.css
+++ b/cgit-responsive.css
@@ -1,4 +1,7 @@
@media only screen and (max-width: 800px) {
+ html {
+ -webkit-text-size-adjust: 100%;
+ }
/* HEADER */
/* remove logo (save space) */
div#cgit table#header td.logo {