Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
fixed pagination extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 25, 2015
1 parent 86dc8e0 commit 561d5a4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions assets/scss/components/_pagination.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
.pagination {
margin: 0 0 2.5rem;
}
.posts.index {
margin-right: 1rem;
margin-left: 1rem;

font-size: .8rem;
.posts {

color: $gray-dark;
&.index {
font-size: .8rem;
color: $gray-dark;
}

&.newer {
margin-right: 1rem;
}

&.older {
margin-left: 1rem;
}
}

0 comments on commit 561d5a4

Please sign in to comment.