Fix for new program page not rendering full-width
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user