Merge pull request #213 from geekbrother/master

Increase top menu elements margin
This commit is contained in:
Grzegorz Rajchman
2020-10-14 21:56:07 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@
}
li {
margin: 0 .5em 0 0;
margin: 0 .8em 0 0;
padding: 0;
float: left;
list-style-type: none;
@@ -104,7 +104,7 @@
> ul > li {
margin-right: 0;
margin-left: .5em;
margin-left: .8em;
}
}

File diff suppressed because one or more lines are too long