Skip to content

Commit

Permalink
fix(sbb-teaser-hero): fix regression pt.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Dec 16, 2024
1 parent f2dd234 commit 4c30f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/core/styles/mixins/image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@mixin figure-image {
grid-row: 1;
grid-column: 1;
width: 100%;
place-self: stretch stretch;
}

@mixin figure-caption {
Expand Down

0 comments on commit 4c30f6a

Please sign in to comment.