Skip to content

Commit

Permalink
pagination fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Nov 12, 2017
1 parent f3a4e2a commit 44d0206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/framy.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scss/components/paginations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
.prev {
border-radius: $paginationRadius 0 0 $paginationRadius;
&:before {
content: '\f109';
content: '\f10a';
}
}
.next {
border-radius: 0 $paginationRadius $paginationRadius 0;
&:before {
content: '\f10a';
content: '\f10b';
}
}
div {
Expand Down

0 comments on commit 44d0206

Please sign in to comment.