remove row width 100%

This commit is contained in:
afc163 2016-02-20 16:33:01 +08:00
parent 8ab6159bb8
commit 21b3368d4e

View File

@ -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);
}
}