diff options
| author | Mark Otto <[email protected]> | 2017-05-30 13:23:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 13:23:36 -0700 |
| commit | f8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2 (patch) | |
| tree | a923684fdb7a087dd9fb058c2f82d1870158130e /assets | |
| parent | e8e0cc7b216efa10d217545fb9acaf2bebadb590 (diff) | |
| download | bootstrap-f8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2.tar.xz bootstrap-f8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2.zip | |
no need for those custom styles when we have utils
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/_featurettes.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/assets/scss/_featurettes.scss b/assets/scss/_featurettes.scss index 03119ce50..764fcffee 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 { |
