Skip to content
Snippets Groups Projects
Verified Commit 913d6c74 authored by Owen Graham's avatar Owen Graham
Browse files

Remove overwritten and commented-out values

parent c4e8826a
No related branches found
No related tags found
No related merge requests found
...@@ -45,17 +45,10 @@ p, ...@@ -45,17 +45,10 @@ p,
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
height: 264px; /* 185 = works in both IE and Firefox, height: 419px;
250 = good,
264 = height of main background image */
} }
.masthead { .masthead {
background-color: white; background-color: white;
/*
background-repeat: no-repeat;
background-position: left 10px;
min-height: 125px;
*/
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
...@@ -124,11 +117,6 @@ p, ...@@ -124,11 +117,6 @@ p,
right: 5%; right: 5%;
bottom: 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 { .homepage section.featured.media-overlay {
display: none; display: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment