Skip to content

Commit

Permalink
Fix padding issue with pagination buttons
Browse files Browse the repository at this point in the history
- Close #694
  • Loading branch information
mmistakes committed Dec 12, 2016
1 parent 86c2fb4 commit cc1f09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
margin-left: -1px;

a {
display: block;
margin-bottom: 0.25em;
padding: 0.5em 1em;
font-family: $sans-serif;
Expand Down
1 change: 1 addition & 0 deletions docs/_sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
margin-left: -1px;

a {
display: block;
margin-bottom: 0.25em;
padding: 0.5em 1em;
font-family: $sans-serif;
Expand Down

0 comments on commit cc1f09c

Please sign in to comment.