From 74f13fdd358a6464d3ea76ee89d28e98363fd912 Mon Sep 17 00:00:00 2001 From: zepp Date: Tue, 29 Oct 2024 07:59:17 -0400 Subject: [PATCH] Font size changes to heading and paragraph --- style/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index cde9656..7a284a8 100644 --- a/style/style.css +++ b/style/style.css @@ -20,11 +20,12 @@ body { h1 { margin: 1rem; + font-size: 1.25em; } h2 { margin: 1rem; - font-size: 1.5rem; + font-size: 1.5em; font-family: Chicago_12; } @@ -32,6 +33,7 @@ p { line-height: 1.5rem; margin-bottom: 1rem; margin-left: 1rem; + font-size: 1.25em; } .window-pane {