Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Sep 22, 2023
1 parent cfd0b44 commit 54b7780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/chem_h_subtheme.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/scss/components/banner/_banner--fullpill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ $banner-circle--sm-image-width: 150px;


.chemh-wrapper--banner-fullpill {
max-width: calc(100vw - 200px);
margin: 0 auto;

@include grid-media-min('sm') {
max-width: calc(100vw - 200px);
}

.su-hero {
background: $su-color-black url("../../assets/svg/fullpill-bg.svg") no-repeat 100% / 200%;
border-radius: 300px;
Expand Down

0 comments on commit 54b7780

Please sign in to comment.