Skip to content

Commit

Permalink
Merge pull request #1826 from Kajabi/DSS-481_pl-hero-max-width-full
Browse files Browse the repository at this point in the history
DSS-481: fix(hero): Update large hero max width to full
  • Loading branch information
pixelflips authored Oct 23, 2023
2 parents f7446e7 + 1791b86 commit dbaaac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/components/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $-hero-play-icon-background-color: sage-color(white);
}

.sage-hero--large {
max-width: map-get($sage-containers, "xl");
max-width: map-get($sage-containers, "full");
}

.sage-hero__title {
Expand Down

0 comments on commit dbaaac5

Please sign in to comment.