From c1f4e157a4a40ff8f426d5e8dafee06087f18ebb Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 31 Jan 2024 17:36:47 +0100 Subject: [PATCH] Optimized navigation layout in header Streamlined the header's HTML structure by consolidating navigation elements and search form into more efficient class usage, improving maintainability and readability. Removed fixed height for the logo to enhance flexibility in different resolutions. These adjustments make future styling and responsiveness optimizations smoother. --- templates/header.html | 62 +++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 34 deletions(-) diff --git a/templates/header.html b/templates/header.html index 5ec7d7f..6ff83c6 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,42 +1,36 @@