diff --git a/src/components/PropList.module.scss b/src/components/PropList.module.scss index 0948a0cb3..75fda9d38 100644 --- a/src/components/PropList.module.scss +++ b/src/components/PropList.module.scss @@ -8,6 +8,10 @@ padding-bottom: 2rem; border-bottom: solid var(--color-neutrals-200) 1px; } + + @media (max-width: 1080px) { + grid-template-columns: 1fr; + } } .propName {