From f2b754981e071170137a310ebf127f01d45a9d66 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Sat, 16 Aug 2025 19:42:56 -0400 Subject: [PATCH] Reduce size of hero carousel by 20% --- website/content/public/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/public/css/main.css b/website/content/public/css/main.css index 01a3f628..6dcb00da 100644 --- a/website/content/public/css/main.css +++ b/website/content/public/css/main.css @@ -396,7 +396,7 @@ blockquote { *** Style classes specific to the / home page *******************************************************************************/ .carousel { - height: calc(100vh - var(--navbar-height)); + height: calc(80vh - var(--navbar-height)); } .carousel-content { @@ -868,4 +868,4 @@ blockquote { .mg-two-column-list li { margin-left: 1.5rem; /* Adjusts indentation for list items */ -} \ No newline at end of file +}