Make links full-width

This commit is contained in:
Edgar P. Burkhart 2023-04-20 15:32:30 +02:00
parent 51d57564c4
commit 42c44c8c11
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -116,6 +116,10 @@ nav .skip-link {
nav .skip-link:active,
nav .skip-link:focus {
opacity: initial;
font-weight: 500;
}
nav a {
display: block;
}
nav a.cur {
font-weight: 550;