From bc0a0db6246d941d2aa9d5bc73968777b76d689a Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Wed, 6 Jan 2021 09:51:32 +0100 Subject: [PATCH] Some style changes --- home/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/static/css/style.css b/home/static/css/style.css index e08b3e3..aa5b1eb 100644 --- a/home/static/css/style.css +++ b/home/static/css/style.css @@ -33,6 +33,7 @@ header { border-bottom: 2px solid var(--color_sep); align-items: center; padding: 0px 40px; + width: calc(100% - 80px); } header > * { @@ -71,6 +72,7 @@ nav a { text-decoration: none; text-emphasis: bold; width: 100%; + cursor: pointer; } nav a:hover { -- GitLab