From 913d6c74b42f4753668f5817ca8e31982faba295 Mon Sep 17 00:00:00 2001
From: Owen Graham <ohgraham1@madisoncollege.edu>
Date: Wed, 12 May 2021 15:35:08 -0500
Subject: [PATCH] Remove overwritten and commented-out values

---
 style.css | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/style.css b/style.css
index 609d6e9..ae8a5e8 100644
--- a/style.css
+++ b/style.css
@@ -45,17 +45,10 @@ p,
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
-  height: 264px; /* 185 = works in both IE and Firefox,
-                    250 = good,
-                    264 = height of main background image */
+  height: 419px;
 }
 .masthead {
   background-color: white;
-  /*
-  background-repeat: no-repeat;
-  background-position: left 10px;
-  min-height: 125px;
-  */
   color: #000000;
   font-weight: bold;
   font-size: 15px;
@@ -124,11 +117,6 @@ p,
   right: 5%;
   bottom: 5%;
 }
-/* Add a border line between the top and bottom halves of the front
-   page. */
-.hero {
-  height: 419px
-}
 .homepage section.featured.media-overlay {
   display: none;
 }
-- 
GitLab