We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b361af + 92e77cb commit f85d6aeCopy full SHA for f85d6ae
src/css/header.css
@@ -141,7 +141,7 @@ body.no-scroll {
141
.mobile-burger-menu {
142
visibility: hidden;
143
position: absolute;
144
- background-image: url(../img/hero/hero-mob-1x.png);
+ background-image: url(../img/header/mob-1x-hero.png);
145
background-repeat: no-repeat;
146
background-size: cover;
147
background-position: center;
@@ -160,7 +160,7 @@ body.no-scroll {
160
161
@media screen and (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
162
.background-img {
163
- background-image: url(../img/hero/hero-mob-2x.png);
+ background-image: url(../img/header/mob-2x-hero.png);
164
}
165
166
0 commit comments