diff --git a/static/css/muistox.css b/static/css/muistox.css index 28d6177..4bec60f 100644 --- a/static/css/muistox.css +++ b/static/css/muistox.css @@ -1,3 +1,11 @@ body { font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; +} + +.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle { + min-height: 50px; +} + +.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before { + margin: 0 10px 0 calc(10px - 4px); } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 943b7c4..7650c63 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,11 @@ {% load static %} + + + + + @@ -13,11 +18,76 @@ + + {% block parallax %} + {% endblock %} + + + {% block navbar %} +
+ +
+ + +
+
+ + +
+
+ {% endblock %} + + +
+ + +
+
{% block content %} No Content {% endblock %}
+ + +