From c6a62889e5f77b0f3c0bdb324b985cbdbd92788b Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Fri, 22 Apr 2022 22:21:16 -0400 Subject: [PATCH] fix: resized hero to fit to screen --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index 170334e..3aebe54 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -158,6 +158,7 @@ nav a:hover { background-attachment: fixed; background-size: cover; position: relative; + height: 93vh; } .FrontPageHeaderText {