1
Fork 0

Make header bigger

This commit is contained in:
Jake Howard 2016-12-19 18:26:30 +00:00
parent f0856cebaf
commit eea4028322

View file

@ -76,12 +76,17 @@ p a {
display: flex;
align-items: center;
hr.light {
max-width: 250px;
}
&.image .section-heading {
@extend .text-shadow;
font-size: 72px;
}
@media screen and (min-height: $screen-xs-max) {
height: 40vh;
height: 50vh;
}
}