From 21f8b8e5b2b7404d540fd60152f79883c4f2bd6b Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 20 Dec 2024 18:06:31 -0500 Subject: [PATCH] fixed tabbing onto header navigation elements --- static/css/layout.css | 1 + templates/default.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 4d08b8d..33012d5 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -19,6 +19,7 @@ body { a { font-weight: bold; text-decoration: none; + width: fit-content; } a:hover { diff --git a/templates/default.html b/templates/default.html index 34a00af..b0afff2 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,12 +24,12 @@