aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 20:30:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 20:30:10 +0300
commitbe2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b (patch)
treebdbb3c48ec769cefe9a72ca3218bbc028b0dec6a
parentindex.html: prettify, cleaner layout, etc. (diff)
downloadjekyll-theme-be2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b.tar.gz
jekyll-theme-be2e7c1d7ac709ac982d5de9d1fd66c65b8a2f6b.zip
css: disable (?) fucking font boosting
-rw-r--r--assets/css/jekyll-theme/utils.css8
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;
+}