diff --git a/home/static/css/style.css b/home/static/css/style.css index e08b3e3f46fcbdc50f7bbdf62846a0fc7fc46209..aa5b1ebf5e4a20db0ee69dbc38bfdf22665acd99 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 {