diff --git a/theme/css/style.css b/theme/css/style.css index 759f5db..1b7b7f3 100644 --- a/theme/css/style.css +++ b/theme/css/style.css @@ -39,6 +39,10 @@ html, body { max-width: 960px; } +.nav ul li a { + height: 120px; +} + .nav ul > li:first-of-type { font-size: 2em; font-family: "Hobo"; diff --git a/theme/templates/base/base.html b/theme/templates/base/base.html index 48a674e..74a5b36 100644 --- a/theme/templates/base/base.html +++ b/theme/templates/base/base.html @@ -28,9 +28,9 @@ + {% if menuitems %} + {% endif %}
{% block content %}