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.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Config.module.scss b/src/components/Config.module.scss
index 49e2a4a..e233f8b 100644
--- a/src/components/Config.module.scss
+++ b/src/components/Config.module.scss
@@ -1,7 +1,7 @@
.root,
.section {
display: grid;
- grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
max-width: 900px;
gap: 5px;
@media (--breakpoint-not-small) {
@@ -35,5 +35,6 @@
}
.label {
- padding: 11px 0;
+ padding: 15px 0;
+ font-size: small;
}