hero updates and general layout work

This commit is contained in:
2017-08-19 13:17:39 -05:00
committed by Mark Moser
parent 323f3a1263
commit 83acf3e641
8 changed files with 148 additions and 40 deletions

View File

@ -2,14 +2,13 @@ html,
body {
@include font-default;
background-color: $light;
color: $black;
color: $copy-dark;
}
.h1,
h1 {
@include font-roboto;
margin: 0 0 ($gutter / 2);
background-color: $light-grey;
padding: 8px 0;
width: 100%;
font-size: 40px;
@ -71,7 +70,8 @@ a {
&:hover,
&:active {
text-decoration: underline;
background-color: $white;
text-decoration: none;
color: $dark-blue;
}
}