variable theme spaciness

This commit is contained in:
Eugene Pankov
2023-03-07 19:00:28 +01:00
parent ccaf98aaa0
commit 95f7ad21bb
8 changed files with 95 additions and 76 deletions

View File

@@ -1,3 +1,7 @@
html {
--spaciness: 1;
}
body {
min-height: 100vh;
overflow: hidden;
@@ -21,8 +25,8 @@ a, button {
& > svg {
pointer-events: none;
width: 16px;
height: 16px;
// width: 16px;
// height: 16px;
}
}
}