From f235e2def486843f056598450a4fc68975f06d97 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Thu, 13 Feb 2020 00:51:23 +0000 Subject: smaller font in main --- dist/callback.html | 11 ++++++++--- 1 file 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;} -- cgit v1.2.3-54-g00ecf