From 28232dbaf9e22e0839f5caddecb76845b64322c7 Mon Sep 17 00:00:00 2001 From: ijuanes Date: Sat, 20 Jun 2026 01:27:17 +0100 Subject: [PATCH] fix(ui): add missing tag in base.html The responsive CSS addition was missing the closing tag, which caused the main page to render as blank. This fix restores the proper HTML structure. --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 0c78166..3dbf0c0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -295,6 +295,7 @@ padding: 0; } } +