little size fix

This commit is contained in:
Jonas Weinz 2019-02-26 10:12:12 +01:00
parent fd5504dd2f
commit c070085d9b

View File

@ -22,7 +22,7 @@ body {
--button-margin: 0.5vw;
--tile-size: calc((100vw / var(--grid-width)) - 2 * var(--button-margin));
--border-radius: 1vw;
--sidebar-width: 45vw;
--sidebar-width: 40vw;
}
}