mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
linting
This commit is contained in:
parent
135b65ded4
commit
736be8fca6
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@
|
|||
bottom: 0;
|
||||
// Use flex for alignment (1-3)
|
||||
display: flex; // 1. allow flex styles
|
||||
justify-content: center; // 2. horizontally center contents
|
||||
align-items: center; // 3. vertically center contents
|
||||
align-items: center; // 2. vertically center contents
|
||||
justify-content: center; // 3. horizontally center contents
|
||||
width: $carousel-control-width;
|
||||
color: $carousel-control-color;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue