Skip to content

Commit

Permalink
fix the gallery layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Dec 11, 2024
1 parent 2c01de0 commit 355e8eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/features/mas/docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ code {
}
}

merch-card[variant="ccd-slice"][size="wide"] {
grid-column: span 2;
}

.three-merch-cards.ccd-slice {
grid-template-columns: minmax(290px, 322px);
}
Expand Down

0 comments on commit 355e8eb

Please sign in to comment.