Skip to content

Commit 1f6ca7d

Browse files
Update _masthead.scss
1 parent d27731c commit 1f6ca7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_sass/layout/_masthead.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ header.masthead {
55
background-image: url("#{$header-image}");
66
background-repeat: no-repeat;
77
background-attachment: scroll;
8-
background-position: center center;
8+
background-position: center center;
99
background-size: cover;
1010
.intro-text {
1111
padding-top: 150px;
@@ -26,8 +26,12 @@ header.masthead {
2626
}
2727
}
2828
}
29+
2930
@media (min-width: 768px) {
3031
header.masthead {
32+
background-position: 35% center;
33+
background-size: cover;
34+
3135
.intro-text {
3236
padding-top: 300px;
3337
padding-bottom: 200px;

0 commit comments

Comments
 (0)