summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-02-13 01:15:29 +0000
committerDennis Kobert <dennis@kobert.dev>2020-02-13 01:15:29 +0000
commit958118b355cb44b0f3a6965f1de2e8201ad44f14 (patch)
treee2393c87181393cd77681c10b891896d2b290832
parent1b5926a558b1a9b0793512c92a78f26add8ca1cf (diff)
fixed again
-rw-r--r--dist/callback.html5
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) {