From 20b6f8d56dc6f61e8e52c97d7efe44f8571824a9 Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Tue, 30 Jun 2020 15:26:14 -0700 Subject: [PATCH] fix: updating grid widths --- src/components/PropList.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PropList.module.scss b/src/components/PropList.module.scss index 75fda9d38..782cd7bf8 100644 --- a/src/components/PropList.module.scss +++ b/src/components/PropList.module.scss @@ -10,7 +10,7 @@ } @media (max-width: 1080px) { - grid-template-columns: 1fr; + grid-template-columns: 100%; } }