diff --git a/pages/.vitepress/theme/custom.scss b/pages/.vitepress/theme/custom.scss index 88887ad..15de447 100644 --- a/pages/.vitepress/theme/custom.scss +++ b/pages/.vitepress/theme/custom.scss @@ -27,6 +27,10 @@ margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)); + + @media screen and (max-width: 37.5rem){ + grid-template-columns: repeat(auto-fit, minmax(50%, 1fr)); + } min-width: 100%; padding: 0; gap: 10px;