diff options
| author | Larvan2 <[email protected]> | 2023-05-10 15:12:01 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-10 15:12:01 +0800 |
| commit | c901c585b044d956f8905998e78bcdb09ab7a68c (patch) | |
| tree | 1e6f6d0ccc1b3535501e44a61d84eb5ad32fc2ec /src/components | |
| parent | 7bae5674a1c5d5b97d632bbcc6c6a423632d3205 (diff) | |
fix 中分
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/TrafficNow.module.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/TrafficNow.module.scss b/src/components/TrafficNow.module.scss index 68b24ea..0fca7ef 100644 --- a/src/components/TrafficNow.module.scss +++ b/src/components/TrafficNow.module.scss @@ -4,10 +4,10 @@ flex-wrap: wrap; display: grid; - grid-template-columns: repeat(auto-fit, 140px); - grid-gap: 20px; - justify-content: space-around; - max-width: 1000px; + grid-template-columns: repeat(auto-fill, 160px); + grid-gap: 15px; + justify-content: center; + // max-width: 1000px; .sec { padding: 10px; |
