Huge readability improvements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-21 19:23:29 -04:00
parent 5f49ea1ed1
commit 3acd52fa26
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -1,7 +1,7 @@
:root { :root {
--white: white; --white: white;
--black: black; --black: black;
--gap: calc(1rem * 18 / 16); --gap: calc(1rem * 12.5 / 16);
} }
.w-layout-vflex { .w-layout-vflex {