Skip to content

Commit

Permalink
Merge pull request #151 from cloisonne/feature/solve_firefox_issue
Browse files Browse the repository at this point in the history
fix issue #148  Center header-menu in FireFox
  • Loading branch information
MOxFIVE committed Oct 1, 2016
2 parents 439616c + c85f338 commit 148122a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/css/_partial/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
float: none;
min-height: @line-height * 3;
max-height: @line-height * 5;
overflow: auto;
overflow: visible;
text-align: center;
display: -webkit-box;
-webkit-box-orient: horizontal;
Expand Down Expand Up @@ -372,4 +372,4 @@ if hexo-config("progressBar.on") && hexo-config("progressBar.type") == "minimal"
padding 20px 40px
@media (max-width: 767px)
.youyan
padding 20px 10px
padding 20px 10px

0 comments on commit 148122a

Please sign in to comment.