diff options
Diffstat (limited to '_www/index.html')
| -rw-r--r-- | _www/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_www/index.html b/_www/index.html index 6056bb8..74a543a 100644 --- a/_www/index.html +++ b/_www/index.html @@ -35,7 +35,7 @@ .nav { border-right: 1px solid lightgrey; - height: calc(100% - 2em); + height: calc(100% - 5em); overflow: auto; padding: 1em; position: fixed; @@ -55,8 +55,10 @@ .nav .footer { bottom: 0; font-size: 9pt; - margin-bottom: 1em; + padding: 1em; position: fixed; + width: 16em; + background-color: ivory; } .main { height: calc(100% - 2em); |
