Commit ae5953a2 by Brian Jacobel

Fix for new program page not rendering full-width

parent 3681ce0c
...@@ -6,5 +6,10 @@ ...@@ -6,5 +6,10 @@
.program-app { .program-app {
&.layout-1q3q { &.layout-1q3q {
max-width: 1250px; 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);
}
} }
} }
Markdown is supported
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