Skip to content

Commit

Permalink
💄 Adjust homepage banner height
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliedefrance committed Aug 15, 2023
1 parent 2454b23 commit 61ea046
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/scss/components/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ $banners: (

@media (max-width: $screen-sm) {
.banner {
background-image: url('../../images/backgrounds/banners/banner-home-mobile.webp');
.page-home & {
height: 1950px;
}
}

@each $page, $banner-image in $banners {
Expand Down

0 comments on commit 61ea046

Please sign in to comment.