Replace css rules for nav links to assist flow

This commit is contained in:
Michael Bradley 2020-10-26 23:56:21 -07:00
parent 460a61701f
commit 61c2888a0a

View File

@ -503,12 +503,9 @@ ul.language-select > li, ul.footer-menu > li {
padding: 0.5em 0; padding: 0.5em 0;
} }
header nav a:first-of-type {
margin-left: 0;
}
header nav a { header nav a {
margin-left: 5%; display: inline-block;
margin: 0 2.5%;
} }
.post-navigation { .post-navigation {