mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
move pagination to flexbox
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin-top: $spacer-y;
|
||||
margin-bottom: $spacer-y;
|
||||
display: flex;
|
||||
@include border-radius();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user