pfwb: add margin before navigation to increate top links area (#40463)

This commit is contained in:
Frédéric Péters 2020-03-05 14:33:19 +01:00
parent 92738581e8
commit ce7a2872f2
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ div#nav {
margin-left: 0;
}
& > ul {
margin: 2em 0 1em 0;
@media screen and ($max-mobile-viewport) {
margin: 0;
}
transition: all ease 0.2s;
li a {
font-weight: normal;