From 6a5f90ce2a0b356e958a9129b400dddbab8111b4 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 30 Jan 2020 12:41:21 -0500 Subject: [PATCH] fix mobile view on homepage --- ui/scss/component/_claim-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index 290fa1e51..e70df595a 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -304,7 +304,7 @@ border-bottom-left-radius: 0; } - @media (max-width: $breakpoint-medium) { + @media (max-width: $breakpoint-medium) and (min-width: $breakpoint-small) { width: calc((100% - var(--spacing-medium) * 2) / 3); &:first-child,