Skip to content

Commit

Permalink
feat(gds-media-card): add --gds-media-card-media-height
Browse files Browse the repository at this point in the history
  • Loading branch information
taromorimoto committed Aug 10, 2020
1 parent ff93fd5 commit b0027a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gds-media-card/_index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin image {
width: 100%;
height: 370px;
height: var(--gds-media-card-media-height, 300px);
display: block;
margin-bottom: 24px;
object-fit: cover;
Expand Down

0 comments on commit b0027a8

Please sign in to comment.