Skip to content

Commit

Permalink
slightly increased height of cards to make room for text
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleypliu committed Aug 4, 2020
1 parent 1c47b36 commit 074a98c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
$cards-facts-margin: rem-calc(10);
$cards-facts-width-mobile: rem-calc(240);
$cards-facts-width-tablet: rem-calc(274);
$cards-facts-height-tablet: rem-calc(294);

//--------------------------------------------------
// classes
Expand All @@ -24,7 +25,7 @@ $cards-facts-width-tablet: rem-calc(274);

@include breakpoint($small) {
padding: rem-calc(22);
width: $cards-facts-width-tablet; height: $cards-facts-width-tablet;
width: $cards-facts-width-tablet; height: $cards-facts-height-tablet;
}
}

Expand Down

0 comments on commit 074a98c

Please sign in to comment.