Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Use padding instead of margin to get a larger hover/click area on pag…
Browse files Browse the repository at this point in the history
…ination UI
  • Loading branch information
rohitpaulk committed Apr 8, 2015
1 parent 11b9441 commit 25bb740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/fragments/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font-size: 16px;
a {
display: inline-block;
margin: 10px 0px;
padding: 10px 0px;
}
.next, .last {
float: right;
Expand Down

0 comments on commit 25bb740

Please sign in to comment.