From 074a98c8d39afe9f41e36abe57e93230d0aca4e8 Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Tue, 4 Aug 2020 16:03:39 +0100 Subject: [PATCH] slightly increased height of cards to make room for text --- .../stylesheets/components/cards/cards/_cards-facts.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/cards/cards/_cards-facts.scss b/app/assets/stylesheets/components/cards/cards/_cards-facts.scss index 91ca196f1..5b6da70bd 100644 --- a/app/assets/stylesheets/components/cards/cards/_cards-facts.scss +++ b/app/assets/stylesheets/components/cards/cards/_cards-facts.scss @@ -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 @@ -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; } }