mirror of https://github.com/twbs/bootstrap.git
no need for those custom styles when we have utils
This commit is contained in:
parent
e8e0cc7b21
commit
f8d1dc4d04
|
@ -19,19 +19,6 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
|
||||||
.col-sm-6:first-child {
|
|
||||||
padding-right: ($grid-gutter-width-base * 1.5);
|
|
||||||
};
|
|
||||||
.col-sm-6:last-child {
|
|
||||||
padding-left: ($grid-gutter-width-base * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-featurette-title {
|
.bd-featurette-title {
|
||||||
|
|
Loading…
Reference in New Issue