From be2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 20:30:10 +0300 Subject: css: disable (?) fucking font boosting --- assets/css/jekyll-theme/utils.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/css') 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; +} -- cgit v1.2.3