Skip to content

Commit

Permalink
reduce pagination padding on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanchandra committed Sep 17, 2017
1 parent 12c75e4 commit 40c53b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _sass/layouts/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@
.pagination {
padding: $padding-small $padding-large 0 $padding-large;
text-align: center;
@media (max-width: 600px) {
padding: $padding-small;
}
}

0 comments on commit 40c53b8

Please sign in to comment.