Skip to content

Commit

Permalink
[SLACDP22-455] - Update hero-bg-image overlay to have a fix width on …
Browse files Browse the repository at this point in the history
…screen sizes tablet and abover.
  • Loading branch information
Alycia Cahill committed Apr 20, 2023
1 parent 52c964f commit bf9ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/03-components/hero-bg-image/hero-bg-image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
padding: gesso-site-margins(mobile);

@include breakpoint-min(gesso-breakpoint(tablet)) {
max-width: 493px;
width: 493px;
}

@include breakpoint-min(gesso-breakpoint(desktop)) {
Expand Down

0 comments on commit bf9ad04

Please sign in to comment.