diff options
author | Dennis Kobert <dennis@kobert.dev> | 2020-02-13 00:43:52 +0000 |
---|---|---|
committer | Dennis Kobert <dennis@kobert.dev> | 2020-02-13 00:43:52 +0000 |
commit | f67cf59dc8ec59f6f72fe3618e95044771517ea1 (patch) | |
tree | d711813e159c85a83ca49fce2cfd0968722181b5 /dist | |
parent | a1297dd77fff5882c6dd1891775739ea38a33b62 (diff) |
Increase sidebar witdh
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; } |