Skip to content

Commit

Permalink
cards: fix max width on mobile (google#1057)
Browse files Browse the repository at this point in the history
Co-authored-by: LisaFC <lcarey@google.com>
  • Loading branch information
2 people authored and fekete-robert committed Sep 13, 2022
1 parent 2dd35ab commit 3515bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/shortcodes/cards-pane.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.card-deck {
max-width: 83%;
@extend .td-max-width-on-larger-screens;
}
.card {
max-width: 80%;
@extend .td-max-width-on-larger-screens;
.highlight {
border: none;
}
Expand Down

0 comments on commit 3515bce

Please sign in to comment.