1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

outdent the rows for tablets and above

This commit is contained in:
Mark Otto
2013-04-30 19:35:52 -07:00
parent 0780faad45
commit 47155e8aa3
2 changed files with 8 additions and 0 deletions

View File

@@ -992,6 +992,10 @@ pre code {
.container {
max-width: 728px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media screen and (min-width: 992px) {