diff --git a/static/theme.css b/static/theme.css index 05db13d..4a0a440 100644 --- a/static/theme.css +++ b/static/theme.css @@ -31,6 +31,7 @@ header { align-items: center; font-weight: bolder; font-size: 18px; + line-height:24px; font-family: serif; padding-bottom: 0.5rem; } @@ -83,8 +84,8 @@ main article { min-width: 60vw; width: 95vw; max-width: 60rem; - font-size: 24px; - line-height: 24px; + font-size: 18px; + line-height: 26px; } article {