mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
move pagination to flexbox
This commit is contained in:
parent
f1016efaf4
commit
c73bea60de
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
.pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin-top: $spacer-y;
|
||||
margin-bottom: $spacer-y;
|
||||
display: flex;
|
||||
@include border-radius();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue