From 5ec310b00757a16401fa1989761f26b7f1cb338d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 5 Feb 2024 21:25:00 -0500 Subject: [PATCH] change size --- static/theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {