From f67cf59dc8ec59f6f72fe3618e95044771517ea1 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Thu, 13 Feb 2020 00:43:52 +0000 Subject: Increase sidebar witdh --- dist/callback.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/callback.html b/dist/callback.html index 8eab4d6..f5dc6a1 100644 --- a/dist/callback.html +++ b/dist/callback.html @@ -9,7 +9,7 @@ body { .sidenav { height: 100%; - width: 160px; + width: 260px; position: fixed; z-index: 1; top: 0; @@ -39,7 +39,7 @@ body { } .main { - margin-left: 160px; /* Same as the width of the sidenav */ + margin-left: 260px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } -- cgit v1.2.3-54-g00ecf