Fix for new program page not rendering full-width

This commit is contained in:
Brian Jacobel
2016-11-29 13:10:21 -05:00
parent 3681ce0cc9
commit ae5953a231

View File

@@ -6,5 +6,10 @@
.program-app {
&.layout-1q3q {
max-width: 1250px;
// HtmlUtils.template wraps children of this in an anonymous div. We need to make sure they render at full width
& > div {
@include span(12);
}
}
}