0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

no need for those custom styles when we have utils

This commit is contained in:
Mark Otto 2017-05-30 13:23:36 -07:00
parent e8e0cc7b21
commit f8d1dc4d04

View File

@ -19,19 +19,6 @@
font-size: 1rem;
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 {