Skip to content

Commit f85d6ae

Browse files
authored
Merge pull request #34 from Nikolas-vl/fix_header_mob_background
header_fix_background
2 parents 6b361af + 92e77cb commit f85d6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/header.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ body.no-scroll {
141141
.mobile-burger-menu {
142142
visibility: hidden;
143143
position: absolute;
144-
background-image: url(../img/hero/hero-mob-1x.png);
144+
background-image: url(../img/header/mob-1x-hero.png);
145145
background-repeat: no-repeat;
146146
background-size: cover;
147147
background-position: center;
@@ -160,7 +160,7 @@ body.no-scroll {
160160

161161
@media screen and (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
162162
.background-img {
163-
background-image: url(../img/hero/hero-mob-2x.png);
163+
background-image: url(../img/header/mob-2x-hero.png);
164164
}
165165
}
166166

0 commit comments

Comments
 (0)