diff options
| author | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
| commit | 8d874071236aa9d8433837e613a23fa50d0174ba (patch) | |
| tree | 322324a1528fa3272252963ca4c97e82f2fe5f18 /src/components/Config.module.scss | |
| parent | e42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff) | |
chore: dashboard style
Diffstat (limited to 'src/components/Config.module.scss')
| -rw-r--r-- | src/components/Config.module.scss | 5 |
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; } |
