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; }