0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

move pagination to flexbox

This commit is contained in:
Mark Otto 2016-12-28 14:39:06 -08:00 committed by Mark Otto
parent f1016efaf4
commit c73bea60de

View File

@ -1,8 +1,8 @@
.pagination {
display: inline-block;
padding-left: 0;
margin-top: $spacer-y;
margin-bottom: $spacer-y;
display: flex;
@include border-radius();
}