Skip to content

Commit

Permalink
docs(hero): scss - update breakpoint to use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler committed Nov 7, 2023
1 parent daff8ca commit d9bf716
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 @@ -51,7 +51,7 @@ $-hero-play-icon-background-color: sage-color(white);
}

.sage-hero--image-start {
@media (min-width: 1200px) {
@media (min-width: sage-breakpoint(xl-min)) {
grid-template-areas:
"artwork title"
"artwork content";
Expand Down

0 comments on commit d9bf716

Please sign in to comment.