From b1db46a2003db6ed54091759585fee191d695871 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 6 Aug 2023 19:07:07 +0200 Subject: [PATCH] Fix underline of first nav bar link --- static/base.css | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/base.css b/static/base.css index fdffd8c..e64a37e 100644 --- a/static/base.css +++ b/static/base.css @@ -56,7 +56,7 @@ nav>* { } nav> :first-child { - padding-left: 0; + padding: 0; border: none; } diff --git a/templates/base.html b/templates/base.html index 1da4130..0895921 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,8 +11,8 @@