Make header bigger
This commit is contained in:
parent
f0856cebaf
commit
eea4028322
1 changed files with 6 additions and 1 deletions
|
@ -76,12 +76,17 @@ p a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
hr.light {
|
||||||
|
max-width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
&.image .section-heading {
|
&.image .section-heading {
|
||||||
@extend .text-shadow;
|
@extend .text-shadow;
|
||||||
|
font-size: 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-height: $screen-xs-max) {
|
@media screen and (min-height: $screen-xs-max) {
|
||||||
height: 40vh;
|
height: 50vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue