From 412792eddd4af9bfdc5e5677279ea5a29bf8ecff Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 2 Apr 2023 19:21:49 -0600 Subject: [PATCH] Put the font size back down --- themes/theme/templates/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 2b40d3a..8876b2f 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -24,7 +24,7 @@ } .index h3 { - font: 1.2rem/1.5 serif; + font: 1.1rem/1.5 serif; } .source { @@ -33,7 +33,7 @@ pre { font-size: 0.9rem; - line-height: 1.2; + line-height: 1.1; padding: 1rem; overflow-x: auto; } @@ -70,7 +70,7 @@ } .toc ul { - padding-left: 1.2rem; + padding-left: 1.1rem; margin: 0; } @@ -89,7 +89,7 @@ } .content p { - font: 1.2rem/1.5 serif; + font: 1.1rem/1.5 serif; } .content ul { @@ -97,7 +97,7 @@ } .content li { - font: 1.2rem/1.5 serif; + font: 1.1rem/1.5 serif; } .content img:not(.floated) { @@ -121,6 +121,10 @@ border-bottom: none; } + .aside { + font-size: 0.9rem; + } + @media screen and (min-width:62rem) { .content .aside { display: inline; @@ -128,7 +132,6 @@ position: relative; width: 8rem; margin-left: -9rem; - font-size: 0.9rem; } }