From 7ce22beda8c4990ff0d7f7562e5d7653d0be42b4 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 12 Jan 2023 21:47:44 +0100 Subject: [PATCH] Disabled font inflation on mobile --- assets/css/water.css | 8 ++++++-- build.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/css/water.css b/assets/css/water.css index 7ff7133..850dc08 100644 --- a/assets/css/water.css +++ b/assets/css/water.css @@ -29,7 +29,7 @@ } div.top_menu { - font-size: 1.1em; + font-size: 1em; } div.lang_menu { @@ -66,6 +66,10 @@ html { scrollbar-color: rgb(170, 170, 170) #fff; scrollbar-color: var(--scrollbar-thumb) var(--background-body); scrollbar-width: thin; + text-size-adjust: none; + -webkit-text-size-adjust: none; + -moz-text-size-adjust: none; + -ms-text-size-adjust: none; } @media (prefers-color-scheme: dark) { @@ -251,7 +255,7 @@ textarea { } h1 { - font-size: 2.2em; + font-size: 1.85em; margin-top: 0; } diff --git a/build.py b/build.py index e3ef3d0..37b2059 100644 --- a/build.py +++ b/build.py @@ -10,7 +10,7 @@ document_start = """ - + Reticulum Network