change layout line width to round number

This commit is contained in:
zombieFox
2021-09-19 12:05:51 +01:00
parent 0a0c0a0202
commit 90c5c215d1

View File

@ -4,7 +4,7 @@
:root { :root {
--layout-space: 0.05em; --layout-space: 0.05em;
--layout-line-width: 0.2em; --layout-line-width: 0.25em;
} }
:root { :root {