diff options
author | Dennis Kobert <dennis@kobert.dev> | 2020-02-13 00:51:23 +0000 |
---|---|---|
committer | Dennis Kobert <dennis@kobert.dev> | 2020-02-13 00:51:23 +0000 |
commit | f235e2def486843f056598450a4fc68975f06d97 (patch) | |
tree | c721de56f046b8ce693c479082582120c47c5337 /dist/callback.html | |
parent | 2567724524d7cbfe1f69a9db1c0fb750e8242438 (diff) |
smaller font in main
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;} |