Commit f8d1dc4d authored by Mark Otto's avatar Mark Otto
Browse files

no need for those custom styles when we have utils

parent e8e0cc7b
7 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!22716Docs redesign,!17021v4
Showing with 0 additions and 13 deletions
+0 -13
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment