Adjust hero font size

This commit is contained in:
Amy Manion 2020-11-12 09:46:44 -05:00
parent ef11f97a75
commit c4ed768c9e
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,9 @@
color: $white;
}
}
h2 {
font-size: 36px;
}
&.homepage {
background-image: url(/img/hero-image.png);
background-position: center center;