From d6755bf8371599e2ee315e0b534a4b7f92b885d7 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 23 Apr 2019 13:54:26 +0200 Subject: [PATCH] Navbars - + +
+
{% include 'layout/includes/nav.html' %} - -
- - - -
-
+
+
{% block content %}{% endblock %} -{% include 'layout/includes/boot-body.html' %} +
- -
- +{% include 'layout/includes/boot-body.html' %} \ No newline at end of file diff --git a/templates/layout/includes/nav.html b/templates/layout/includes/nav.html index 01f9bf3..fe899ca 100644 --- a/templates/layout/includes/nav.html +++ b/templates/layout/includes/nav.html @@ -3,10 +3,6 @@ background-color: #B507DB; border-radius: 4px; - position: fixed; - top: 30px; - bottom: 30px; - left: 30px; z-index: 100; display: flex; @@ -14,6 +10,7 @@ max-width: 100%; width: 280px; + height: 100%; } #sidenav ul > li {