From e5915c8241942b5c25587f879347cd4c5321c030 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Thu, 13 Feb 2020 01:05:06 +0000 Subject: remov output from main --- dist/callback.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/callback.html b/dist/callback.html index cfb1bb3..516e385 100644 --- a/dist/callback.html +++ b/dist/callback.html @@ -9,7 +9,7 @@ body { .sidenav { height: 30%; - width: 220px; + width: 160px; position: fixed; z-index: 1; top: 0; @@ -39,7 +39,7 @@ body { } .main { - margin-left: 220px; /* Same as the width of the sidenav */ + margin-left: 160px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } @@ -67,7 +67,6 @@ body { -

-- cgit v1.2.3-54-g00ecf