From dd6b5f601b72e672ca7eb5782c3a4a1f55a61a3f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:46:21 -0400 Subject: [PATCH] Revert "Remove hero section grid" This reverts commit a190ec79cf9b70b9fc7a3b0e576b64b8d93d5efe. --- src/static/css/homepage.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index db834f6..52ce180 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -144,9 +144,19 @@ 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; }