aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-27 12:38:47 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-27 12:38:47 +0100
commit2a0a4472945d1757693b9014fb672cc8d6fef4b6 (patch)
tree20ba7542cec6228914c817cacc69458b8de19251 /static/style.css
parentAdded books and courses (#59) (diff)
[Wiki] Fix left sidebar width on some devices
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index dc16f6d7..04f83fa7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -133,4 +133,8 @@ div#partner-cards div.uk-card-default {
/* Resize navbar to correct proportions */
img.navbar-logo {
max-width: 110%;
-} \ No newline at end of file
+}
+
+#wiki-nav uk-nav-divider {
+ min-width: 7rem;
+}