Archived
1
0
Fork 0

app/assets/sass/components/_pagination.scss: extend center-block instead of nav (only need centering anyway)

This commit is contained in:
Henrik Hautakoski 2022-07-31 23:41:07 +02:00
parent a971a5553a
commit 98ed31b7f8

View file

@ -1,6 +1,6 @@
.pagination {
@extend .nav;
@extend .center-block;
margin-top: 1em;
margin-bottom: 1em;