diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/callback.html | 4 |
1 files 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; } |