Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: update banner styles to be full width
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Nov 7, 2022
1 parent d5688f1 commit b940515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/LandingBanner/BannerBackground.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const BannerBackground = ({ children }) => {
--left-margin: calc(50% - 50vw);
width: 100vw;
left: var(--left-margin);
margin: 0 0 0 var(--left-margin);
background: var(--website-banner-background-color);
box-sizing: border-box;
Expand Down

0 comments on commit b940515

Please sign in to comment.