From 90c5c215d1b2726c912e9e3665e734a6419369cc Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 19 Sep 2021 12:05:51 +0100 Subject: [PATCH] change layout line width to round number --- src/component/layout/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/layout/index.css b/src/component/layout/index.css index 66ed5fb7..68298dd1 100644 --- a/src/component/layout/index.css +++ b/src/component/layout/index.css @@ -4,7 +4,7 @@ :root { --layout-space: 0.05em; - --layout-line-width: 0.2em; + --layout-line-width: 0.25em; } :root {