diff options
| author | MetaCubeX <[email protected]> | 2022-05-30 22:01:04 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-30 22:01:04 +0800 |
| commit | 3fd3349846ac36729bf78d9779ab2c073f9ccfe3 (patch) | |
| tree | a598fe996c8b1cf47a5b5f02d04612a1e7e5d628 /src/components | |
| parent | b0372ffce89f4a9322245c335937c00d13bea036 (diff) | |
chore: traffic style
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/TrafficNow.module.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/TrafficNow.module.scss b/src/components/TrafficNow.module.scss index 0432ff4..0908a54 100644 --- a/src/components/TrafficNow.module.scss +++ b/src/components/TrafficNow.module.scss @@ -3,6 +3,8 @@ display: flex; align-items: center; flex-wrap: wrap; + justify-content: space-between; + max-width: 1000px; .sec { padding: 10px; |
