mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
outdent the rows for tablets and above
This commit is contained in:
parent
0780faad45
commit
47155e8aa3
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -992,6 +992,10 @@ pre code {
|
|||||||
.container {
|
.container {
|
||||||
max-width: 728px;
|
max-width: 728px;
|
||||||
}
|
}
|
||||||
|
.row {
|
||||||
|
margin-right: -15px;
|
||||||
|
margin-left: -15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 992px) {
|
@media screen and (min-width: 992px) {
|
||||||
|
@ -41,6 +41,10 @@
|
|||||||
.container {
|
.container {
|
||||||
max-width: 728px;
|
max-width: 728px;
|
||||||
}
|
}
|
||||||
|
.row {
|
||||||
|
margin-left: (@grid-gutter-width / -2);
|
||||||
|
margin-right: (@grid-gutter-width / -2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Responsive: Desktops and up
|
// Responsive: Desktops and up
|
||||||
|
Loading…
Reference in New Issue
Block a user