Skip to content

Commit

Permalink
Add CSS box-sizing property to correct topbar padding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Stern authored Jul 11, 2019
1 parent e9bd1c9 commit ee41893
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ div.topbar {
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
box-sizing: border-box;
}

div.topbar a.brand {
Expand Down

0 comments on commit ee41893

Please sign in to comment.