diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 20:30:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 20:30:10 +0300 |
commit | be2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b (patch) | |
tree | bdbb3c48ec769cefe9a72ca3218bbc028b0dec6a /assets/css | |
parent | index.html: prettify, cleaner layout, etc. (diff) | |
download | jekyll-theme-be2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b.tar.gz jekyll-theme-be2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b.zip |
css: disable (?) fucking font boosting
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/utils.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/utils.css b/assets/css/jekyll-theme/utils.css index 6f00df3..8903282 100644 --- a/assets/css/jekyll-theme/utils.css +++ b/assets/css/jekyll-theme/utils.css @@ -5,3 +5,11 @@ .wider { max-width: 600px; } +/* + * The fucking font boosting on Android's Chrome. + * This does seem to disable it, for God knows what reason: + * https://stackoverflow.com/a/16432702/514684 + */ +html * { + max-height: 1000000px; +} |