From f382c58b26277ca207e5b2dca5674bf6b6e9431e Mon Sep 17 00:00:00 2001 From: s5260822 Date: Thu, 20 Mar 2025 00:37:47 +0100 Subject: [PATCH] little style adjustment regarding the navbar --- src/main/resources/templates/header.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/header.ftl b/src/main/resources/templates/header.ftl index 0af74e4..0368cec 100644 --- a/src/main/resources/templates/header.ftl +++ b/src/main/resources/templates/header.ftl @@ -101,11 +101,12 @@ padding: 10px; text-decoration: none; font-weight: bold; + font-size: 1.5em; color: white; border: none; margin: 0; padding: 0; - padding-left: 10px; + padding-left: 20px; } .nav-links a:hover {