0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

add a compact gutter option, .gutters-sm

This commit is contained in:
Mark Otto 2017-05-26 20:15:05 -07:00
parent ee1af53d9f
commit a11ae7facf

View File

@ -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