diff options
author | 2018-05-04 09:56:29 +0100 | |
---|---|---|
committer | 2018-05-04 09:56:29 +0100 | |
commit | f0727eee3426e7e9c0012a3957566e21720eeef1 (patch) | |
tree | cca246798cea5a51d2990a664c680f1c5b1b3159 | |
parent | upgrades alpine and adds docker commands to pipenv (#65) (diff) |
[Wiki] 7.1rem wasn't quite enough for the sidebar
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index ab910acc..78f2663b 100644 --- a/static/style.css +++ b/static/style.css @@ -140,7 +140,7 @@ img.navbar-logo { } #wiki-nav .uk-nav-divider { - min-width: 7.1rem; + min-width: 8.0rem; } /* Resource page styling */ |