Skip to content

Commit

Permalink
Reduce footer width on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Jan 16, 2024
1 parent 6f7a110 commit d984c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OnboardingSPA/components/Footer/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flex-direction: row;

height: auto;
width: 100%;
width: 20%;
border: none;

&__end {
Expand All @@ -30,6 +30,7 @@
}

@media (max-width: #{ ($break-small) }) {
width: 100%;
backdrop-filter: blur(2px);
background: rgba(var(--nfd-onboarding-secondary-rgb), 0.5);
border-top: 1px solid rgba(var(--nfd-onboarding-primary-rgb), 0.25);
Expand Down

0 comments on commit d984c30

Please sign in to comment.