From bae146205cf24afcb5442c1de3c2b4a4d1938c0f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 25 Aug 2020 14:07:12 -0400 Subject: [PATCH] fix card width on rewards page --- ui/scss/component/_card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index 98c70b15e..795cd8be6 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -140,6 +140,7 @@ .card { display: inline-block; margin-bottom: var(--spacing-l); + width: 100%; } @media (max-width: $breakpoint-small) {