Commit b83fc82a authored by Mark Otto's avatar Mark Otto
Browse files

fix row change at breakpoint

parent 6e0815bf
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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;
......
......@@ -48,6 +48,10 @@
.container {
max-width: 1170px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
[class^="span"] {
padding-left: 15px;
padding-right: 15px;
......
Supports Markdown
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