Skip to content

Commit

Permalink
Fix banner styling button
Browse files Browse the repository at this point in the history
  • Loading branch information
LeunensMichiel committed Dec 12, 2021
1 parent 76d4c0b commit 56c2a15
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions components/ui/Banner/Banner.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@

@include theme.breakpoint-up(md) {
grid-gap: 1rem;
padding: 1.5rem 0 1.5rem 1.5rem;
padding: 0 1.5rem 1.5rem 1.5rem;
grid-template-columns: minmax(auto, 3rem) 1fr auto;
}
}

Expand Down Expand Up @@ -87,11 +88,8 @@
margin-right: -0.75rem !important;

@include theme.breakpoint-up(md) {
height: auto;
grid-row: 1;
grid-column: 4;
margin-top: 0 !important;
margin-right: 0 !important;
margin-top: 0rem !important;
margin-bottom: -1rem !important;
}
}

Expand Down Expand Up @@ -121,7 +119,7 @@
}

@include theme.breakpoint-up(md) {
grid-row: 1;
// grid-row: 1;
grid-column: 3;

& > * {
Expand Down

0 comments on commit 56c2a15

Please sign in to comment.