From 82f7f1a89863c754bc573b6bbdb001777ca10fb2 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 16 Jul 2023 23:37:01 -0500 Subject: [PATCH] correct home styles --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 17413cd..7242802 100644 --- a/style.css +++ b/style.css @@ -749,12 +749,12 @@ nav.top.alert p { body.home .page-container .section.sidebar { width: 50%; } } -body.home .page-container .logo img { +body.home .logo img { max-height: 256px; max-width: 100%; } -body.home .page-container .slogan { +body.home .logo .slogan { font-family: var(--primary-font); font-weight: bold; font-size: 24px;