diff options
author | Matt Singleton <matt@xcolour.net> | 2024-02-06 16:38:19 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-02-06 16:38:19 -0600 |
commit | 3a0de07b5c4f637fb7614ecb13dfaf45aa4fd8d9 (patch) | |
tree | 24f24f2205573288eba423c0332a493cc366f7d1 | |
parent | 2355d39b234705afc1e6a7d7fd36ead930f4fd47 (diff) |
-rw-r--r-- | cgit-responsive.css | 3 |
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 { |