From 23e84ceebcd9068d505277bbed1870533a869ef7 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Feb 2018 12:41:05 +0000 Subject: Smaller navbar, move dropdown to the bottom of the navbar --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 71d2d0a7..3663447d 100644 --- a/static/style.css +++ b/static/style.css @@ -8,4 +8,12 @@ .uk-background-secondary .uk-navbar-dropbar { background: #222222 !important; +} + +.uk-navbar-container { + height: 60px; +} + +.uk-navbar-dropdown { + top: 45px !important; } \ No newline at end of file -- cgit v1.2.3