From f44c7233543b367bf9b0504b2c6f5c3f6b6f12af Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 13 Dec 2024 17:04:46 -0500 Subject: [PATCH] adjust font size for content in main element --- style/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/style/style.css b/style/style.css index 53626f9..9165032 100644 --- a/style/style.css +++ b/style/style.css @@ -116,7 +116,16 @@ nav ul li a { font-size: 1.1rem; } -.status { - height: 120px; +main section { + font-size: 1.1rem; +} + +main section ul li { + padding-bottom: 0.1rem; +} + +.status { + height: 120px; + margin-bottom: 1rem; }