Skip to content

Commit

Permalink
fix(themes): fix navbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 12, 2017
1 parent 4864d1b commit fa54b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/themes/basic/_layout.css
Expand Up @@ -80,6 +80,11 @@ nav {
margin: 0;
}

>a {
margin: 0 1em;
padding: 5px 0;
}

ul, li {
list-style: none;
display: inline-block;
Expand Down

0 comments on commit fa54b52

Please sign in to comment.