Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Jan 16, 2025
1 parent 1ff9ca6 commit b5ed920
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion libs/deps/mas/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,8 @@ merch-card[variant="ccd-slice"] [slot='body-s'] a.spectrum-Link {
gap: var(--consonant-merch-spacing-xxs);
padding: 15px;
padding-inline-end: 0;
width: 154px;
height: 154px;
box-sizing: border-box;
min-height: 123px;
flex-direction: column;
justify-content: space-between;
Expand Down
3 changes: 2 additions & 1 deletion libs/features/mas/dist/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion libs/features/mas/src/variants/ccd-slice.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export class CCDSlice extends VariantLayout {
gap: var(--consonant-merch-spacing-xxs);
padding: 15px;
padding-inline-end: 0;
width: 154px;
height: 154px;
box-sizing: border-box;
min-height: 123px;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit b5ed920

Please sign in to comment.