From a190ec79cf9b70b9fc7a3b0e576b64b8d93d5efe Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:13:06 -0400 Subject: [PATCH] Remove hero section grid --- src/static/css/homepage.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 52ce180..db834f6 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -144,19 +144,9 @@ mark{ @media only screen and (min-width: 1200px) { .hero-section{ - background-image: url("/Images/x-large-grid.svg"); - background-attachment: scroll; - background-position: top; - background-repeat: repeat; - background-size: cover; } .hero-bottom{ - background-image: url("/Images/x-large-grid.svg"); - background-attachment: scroll; - background-position: top; - background-repeat: repeat; - background-size: cover; height: 4.185vw; }