Skip to content

Commit

Permalink
fix(banner): image size
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Aug 17, 2022
1 parent 4cfebda commit 775fadc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/banners.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ body:is([data-page="page"], [data-page="home"]).is-banner-active #banner::before
bottom: 0;
left: 0;
content: "";
background-repeat: no-repeat;
background-size: cover;
background-image: var(--pageBanner);
background-position-y: var(--bannerAlign);
background-repeat: no-repeat;
}

/* Icon */
Expand Down

0 comments on commit 775fadc

Please sign in to comment.