Skip to content

Commit 6205c22

Browse files
committed
done header and hero img
1 parent f85d6ae commit 6205c22

15 files 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/header/mob-1x-hero.png);
144+
background-image: url(../img/header/header-modal-1x.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/header/mob-2x-hero.png);
163+
background-image: url(../img/header/header-modal-2x.png);
164164
}
165165
}
166166

src/img/header/dec-1x-hero.png

-683 KB
Binary file not shown.

src/img/header/dec-2x-hero.png

-2.46 MB
Binary file not shown.

src/img/header/mob-1x-hero.png

-249 KB
Binary file not shown.

src/img/header/mob-2x-hero.png

-925 KB
Binary file not shown.

src/img/header/tab-1x-hero.png

-580 KB
Binary file not shown.

src/img/header/tab-2x-hero.png

-2.05 MB
Binary file not shown.

src/img/hero/hero-desk-1x.png

-714 KB
Binary file not shown.

0 commit comments

Comments
 (0)