mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
custom padding on homepage
This commit is contained in:
@@ -139,6 +139,15 @@
|
|||||||
.highlight {
|
.highlight {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
.col-sm-6:first-child {
|
||||||
|
padding-right: ($grid-gutter-width * 2);
|
||||||
|
};
|
||||||
|
.col-sm-6:last-child {
|
||||||
|
padding-left: ($grid-gutter-width * 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-featurette-title {
|
.bd-featurette-title {
|
||||||
|
Reference in New Issue
Block a user