We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f931243 commit 1a7d736Copy full SHA for 1a7d736
_sass/_header.scss
@@ -8,12 +8,12 @@ header {
8
background-repeat: no-repeat;
9
background-size: auto;
10
background-image: url("../img/header/header-960.jpg");
11
- @media (min-width: 961px) {
+ @media (min-width: 961px), (min-height: 635px) {
12
background-image: url("../img/header/header-1920.jpg");
13
background-size: cover;
14
background-position-y: -40px;
15
}
16
- @media (min-width: 1921px) {
+ @media (min-width: 1921px), (min-height: 1268px) {
17
background-image: url("../img/header/header-3840.jpg");
18
19
background-position-y: -60px;
0 commit comments