app/assets/sass/components/_pagination.scss: extend center-block instead of nav (only need centering anyway)
This commit is contained in:
parent
a971a5553a
commit
98ed31b7f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
@extend .nav;
|
@extend .center-block;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue