mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
custom padding on homepage
This commit is contained in:
parent
18cbb7d695
commit
053853a4f5
1 changed files with 9 additions and 0 deletions
|
|
@ -139,6 +139,15 @@
|
|||
.highlight {
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue