From 5496bcdf5a982dc9db89a3e7b56148d9f6779873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 27 Jun 2024 13:34:33 +0200 Subject: [PATCH] Add Aria tags --- templates/base.html | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/templates/base.html b/templates/base.html index 632ad36..a9a22be 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,7 +25,7 @@ margin: 0; } - .title { + header { text-align: center; } @@ -74,43 +74,51 @@ {% if messages %} -