[Frontend] CSS and markup tweaks to enable flex layout

open #93
Layout frame and imagery markup modified;
This commit is contained in:
Charles Hacskaylo
2015-08-31 12:34:34 -07:00
parent 54bf39344a
commit 5a991076ea
4 changed files with 98 additions and 94 deletions

View File

@@ -84,6 +84,13 @@
margin-left: $interiorMargin * 3;
}
}
.l-flex,
&.l-flex {
.left,
.right {
width: auto;
}
}
}
}