From e7080b55b51debd780f855257cad60f2d8fa1733 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 11 May 2021 17:40:52 +0200 Subject: [PATCH] Make sidebar bigger --- static/css/map.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/map.css b/static/css/map.css index 45b434e..7ff40a3 100644 --- a/static/css/map.css +++ b/static/css/map.css @@ -2,8 +2,8 @@ position: absolute; top: 0px; bottom: 0px; - left: 25%; - width: 75%; + left: 30%; + width: 70%; z-index: -1; } @@ -31,5 +31,5 @@ left: 0px; bottom: 0px; overflow: auto; - width: 25%; + width: 30%; }