0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00
This commit is contained in:
Mark Otto 2016-02-06 12:32:43 -08:00
parent 8d46a95071
commit 3743f279c1
2 changed files with 9 additions and 9 deletions

View File

@ -11,10 +11,10 @@
@if $enable-flex {
.col-#{$breakpoint} {
position: relative;
max-width: 100%;
min-height: 1px;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-height: 1px;
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
}