From c070085d9be32e076e7978c5c6f3aa3c4d2a4b10 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Tue, 26 Feb 2019 10:12:12 +0100 Subject: [PATCH] little size fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d8170d..c85a3d0 100644 --- a/style.css +++ b/style.css @@ -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; } }