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 ++++++++ templates/main/index.html | 5 ----- templates/main/navigation.html | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) 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 diff --git a/templates/main/index.html b/templates/main/index.html index e498c761..3d88a4eb 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -2,11 +2,6 @@ {% block title %}Home{% endblock %} {% block content %}
-
{# #}

diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 0db112e2..88fc3585 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -1,5 +1,5 @@