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

fix row change at breakpoint

This commit is contained in:
Mark Otto 2013-03-03 18:19:31 -08:00
parent 6e0815bf4e
commit b83fc82aed
2 changed files with 8 additions and 0 deletions

View File

@ -826,6 +826,10 @@ pre code {
.container {
max-width: 1170px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
[class^="span"] {
padding-right: 15px;
padding-left: 15px;

View File

@ -48,6 +48,10 @@
.container {
max-width: 1170px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
[class^="span"] {
padding-left: 15px;
padding-right: 15px;