aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {