aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-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;
+}