diff options
| author | Larvan2 <[email protected]> | 2023-04-13 07:57:20 +0000 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-04-13 07:57:20 +0000 |
| commit | 47e7efa31a069010c8bbb4263f8a7876c5ff3254 (patch) | |
| tree | ff08033f1a0fb7b14bf686b62c620ab534c0801b /src | |
| parent | 2156869ce998655508d0aaecc1fb0318c9c77be2 (diff) | |
chore: traffic 同一行
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/TrafficNow.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TrafficNow.module.scss b/src/components/TrafficNow.module.scss index ab1db46..ff059be 100644 --- a/src/components/TrafficNow.module.scss +++ b/src/components/TrafficNow.module.scss @@ -5,7 +5,7 @@ flex-wrap: wrap; display: grid; - grid-template-columns: repeat(auto-fit, 160px); + grid-template-columns: repeat(auto-fit, 140px); grid-gap: 20px; justify-content: space-around; max-width: 1000px; |
