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%; } }