mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
add a compact gutter option, .gutters-sm
This commit is contained in:
parent
ee1af53d9f
commit
a11ae7facf
1 changed files with 12 additions and 0 deletions
|
|
@ -42,6 +42,18 @@
|
|||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Optionally tighten the gutters between columns
|
||||
.gutters-sm {
|
||||
margin-right: -5px;
|
||||
margin-left: -5px;
|
||||
|
||||
> .col,
|
||||
> [class*="col-"] {
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Columns
|
||||
|
|
|
|||
Loading…
Reference in a new issue