Skip to content

Commit

Permalink
Spacing fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed Nov 21, 2023
1 parent 49be464 commit 802b65a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/scss/components/banner/_banner--fullpill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
$banner-circle--image-width: 200px;
$banner-circle--sm-image-width: 150px;


.chemh-wrapper--banner-fullpill {

@include grid-media-min('md') {
margin: 0 auto;
max-width: calc(100vw - 200px);
Expand All @@ -25,19 +23,18 @@ $banner-circle--sm-image-width: 150px;
}

@include grid-media-max('md') {
@include modular-spacing('padding', 3);

background: $su-color-black url("../../assets/svg/fullpill-bg.svg") no-repeat 100% / 205%;
flex-direction: column;
background-size: cover;

@include modular-spacing('padding', 3);
}

@include grid-media-max('sm') {
border-radius: unset;
background: $su-color-black;
}


@include modular-spacing('padding-top', 3);
@include modular-spacing('padding-bottom', 3);

Expand Down

0 comments on commit 802b65a

Please sign in to comment.