diff options
| author | Mark Otto <[email protected]> | 2016-12-28 14:39:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:13:43 -0800 |
| commit | c73bea60de07faf4874a166826de580d28dcc15e (patch) | |
| tree | 33721b5e686cc4444ddcacfc997349aadb2febca /scss | |
| parent | f1016efaf4f5b5d3756704a9b7523fdbe578f320 (diff) | |
| download | bootstrap-c73bea60de07faf4874a166826de580d28dcc15e.tar.xz bootstrap-c73bea60de07faf4874a166826de580d28dcc15e.zip | |
move pagination to flexbox
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_pagination.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index fd70f1d35..79b1fd12a 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -1,8 +1,8 @@ .pagination { - display: inline-block; padding-left: 0; margin-top: $spacer-y; margin-bottom: $spacer-y; + display: flex; @include border-radius(); } |
