add margin beween logos and links

This commit is contained in:
meaz 2019-10-24 12:02:49 +02:00
parent c1dc212ebb
commit 76cc657c51
1 changed files with 8 additions and 0 deletions

View File

@ -245,6 +245,14 @@ ul#nav li {
height: 48px;
}
ul#nav li:first-child {
margin-right: 50px;
}
ul#nav li:nth-last-child(3) {
margin-left: 50px;
}
/* separate top right icons from the rest of the menu */
li#icons {
margin-left: 40px;