summaryrefslogtreecommitdiff
path: root/src/components/Config.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Config.module.scss')
-rw-r--r--src/components/Config.module.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Config.module.scss b/src/components/Config.module.scss
index e233f8b..c408ff1 100644
--- a/src/components/Config.module.scss
+++ b/src/components/Config.module.scss
@@ -1,11 +1,12 @@
.root,
.section {
display: grid;
- grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
max-width: 900px;
gap: 5px;
@media (--breakpoint-not-small) {
gap: 15px;
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}