From: Mark Otto Date: Tue, 30 May 2017 20:23:36 +0000 (-0700) Subject: no need for those custom styles when we have utils X-Git-Tag: v4.0.0-beta~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2;p=thirdparty%2Fbootstrap.git no need for those custom styles when we have utils --- diff --git a/assets/scss/_featurettes.scss b/assets/scss/_featurettes.scss index 03119ce508..764fcffee7 100644 --- a/assets/scss/_featurettes.scss +++ b/assets/scss/_featurettes.scss @@ -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 {