Merge pull request #68 from TheDocTrier/master

Replace css rules for nav links to assist flow
This commit is contained in:
Dmitry Kolosov 2020-10-28 18:16:13 +03:00 committed by GitHub
commit af90f96cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {