remove row width 100%

pull/1041/merge
afc163 9 years ago
parent 8ab6159bb8
commit 21b3368d4e

@ -10,7 +10,6 @@
.make-row(@gutter: @grid-gutter-width) {
position: relative;
width: 100%;
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
height: auto;
@ -69,4 +68,4 @@
.make-grid() {
.loop-grid-columns(@grid-columns);
}
}

Loading…
Cancel
Save