diff options
Diffstat (limited to 'dist/callback.html')
-rw-r--r-- | dist/callback.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dist/callback.html b/dist/callback.html index 57cfe0b..f84420f 100644 --- a/dist/callback.html +++ b/dist/callback.html @@ -9,7 +9,7 @@ body { .sidenav { height: 100%; - width: 260px; + width: 220px; position: fixed; z-index: 1; top: 0; @@ -29,7 +29,7 @@ body { .sidenav h1 { padding: 6px 8px 6px 16px; text-decoration: none; - font-size: 15px; + font-size: 14px; color: #FFFFFF; display: block; } @@ -39,10 +39,15 @@ body { } .main { - margin-left: 260px; /* Same as the width of the sidenav */ + margin-left: 220px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } +.main p{ + margin-left: 220px; /* Same as the width of the sidenav */ + font-size: 15px; /* Increased text to enable scrolling */ + padding: 0px 10px; +} @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} |