From: Lanius Trolling Date: Tue, 12 Mar 2024 17:37:11 +0000 (-0400) Subject: Restore mobile font size back to normal X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=2f2b28f425760e9ad27ebd52a2c406067cbca93f;p=factbooks Restore mobile font size back to normal --- diff --git a/src/jvmMain/resources/static/style.css b/src/jvmMain/resources/static/style.css index a8758da..7765665 100644 --- a/src/jvmMain/resources/static/style.css +++ b/src/jvmMain/resources/static/style.css @@ -102,7 +102,7 @@ html { background-color: var(--back-color); font-family: sans-serif; - font-size: 112.5%; + font-size: 100%; --h1-size: 1.6em; --h2-size: 1.4em; @@ -485,6 +485,8 @@ aside.mobile img { html { padding: 0; + font-size: 112.5%; + --h1-size: 2.6em; --h2-size: 2.2em; --h3-size: 1.8em;