Restore mobile font size back to normal
authorLanius Trolling <lanius@laniustrolling.dev>
Tue, 12 Mar 2024 17:37:11 +0000 (13:37 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Tue, 12 Mar 2024 17:37:11 +0000 (13:37 -0400)
src/jvmMain/resources/static/style.css

index a8758da5a4d6d147761eb5998c81cdf1a65d0e3a..7765665b7a095283a55482dbf1c751e3bb7bf932 100644 (file)
@@ -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;