Skip to content

Commit

Permalink
Merge pull request #213 from geekbrother/master
Browse files Browse the repository at this point in the history
Increase top menu elements margin
  • Loading branch information
Grzegorz Rajchman authored Oct 14, 2020
2 parents d1684a8 + acd2626 commit df3bf34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sass/components/_top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

li {
margin: 0 .5em 0 0;
margin: 0 .8em 0 0;
padding: 0;
float: left;
list-style-type: none;
Expand Down Expand Up @@ -104,7 +104,7 @@

> ul > li {
margin-right: 0;
margin-left: .5em;
margin-left: .8em;
}
}

Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit df3bf34

Please sign in to comment.