diff options
Diffstat (limited to 'dist/callback.html')
-rw-r--r-- | dist/callback.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/callback.html b/dist/callback.html index f99e9ae..057cb64 100644 --- a/dist/callback.html +++ b/dist/callback.html @@ -10,7 +10,7 @@ body { .sidenav { height: 100%; width: 160px; - position: float; + position: fixed; z-index: 1; top: 0; left: 0; @@ -38,14 +38,13 @@ body { } .main { - margin-left: 160px; /* Same as the width of the sidenav */ + margin-left: 162px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } .out { margin-left: 0px; /* Same as the width of the sidenav */ font-size: 16px; /* Increased text to enable scrolling */ - padding-top: 32%; } @media screen and (max-height: 450px) { |