Commit 47155e8a authored by Mark Otto's avatar Mark Otto

outdent the rows for tablets and above

parent 0780faad
......@@ -992,6 +992,10 @@ pre code {
.container {
max-width: 728px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media screen and (min-width: 992px) {
......
......@@ -41,6 +41,10 @@
.container {
max-width: 728px;
}
.row {
margin-left: (@grid-gutter-width / -2);
margin-right: (@grid-gutter-width / -2);
}
}
// Responsive: Desktops and up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment