diff options
| author | MetaCubeX <[email protected]> | 2022-06-02 21:02:08 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-06-02 21:02:08 +0800 |
| commit | d6072df3b53d3b08983d74e9f08d6ec33803e602 (patch) | |
| tree | d53b9d9004d8fc7c16cf78a605bf0c9be3267005 /src/components/Config.module.scss | |
| parent | f160b6f890da67cca9d7a66f7abab1af1567588e (diff) | |
chore: adjust page style
Diffstat (limited to 'src/components/Config.module.scss')
| -rw-r--r-- | src/components/Config.module.scss | 3 |
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)); } } |
