From 019386aeb2f92b0b538d311a3b9e68490f51173d Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:40:06 +0100 Subject: [PATCH] Update styling --- theme/css/style.css | 4 ++++ theme/templates/base/base.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 %}