mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
add a compact gutter option, .gutters-sm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user