Make links full-width
This commit is contained in:
parent
51d57564c4
commit
42c44c8c11
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue