We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27731c commit 1f6ca7dCopy full SHA for 1f6ca7d
_sass/layout/_masthead.scss
@@ -5,7 +5,7 @@ header.masthead {
5
background-image: url("#{$header-image}");
6
background-repeat: no-repeat;
7
background-attachment: scroll;
8
- background-position: center center;
+ background-position: center center;
9
background-size: cover;
10
.intro-text {
11
padding-top: 150px;
@@ -26,8 +26,12 @@ header.masthead {
26
}
27
28
29
+
30
@media (min-width: 768px) {
31
header.masthead {
32
+ background-position: 35% center;
33
+ background-size: cover;
34
35
36
padding-top: 300px;
37
padding-bottom: 200px;
0 commit comments