From 47e7efa31a069010c8bbb4263f8a7876c5ff3254 Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:57:20 +0000 Subject: chore: traffic 同一行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrafficNow.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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; -- cgit v1.3.1