Commit d6cdccd5 by Kyle Fiedler

Embiggen space allowed for 2 column layout in problems

parent ac07aa58
......@@ -109,7 +109,7 @@ div.course-wrapper {
display: table-cell;
vertical-align: top;
@media screen and (max-width:1020px) {
@media screen and (max-width:1120px) {
display: block;
width: auto;
border-right: 0;
......@@ -121,7 +121,7 @@ div.course-wrapper {
width: flex-grid(7, 9);
padding-left: flex-gutter(9);
@media screen and (max-width:1020px) {
@media screen and (max-width:1120px) {
display: block;
width: auto;
padding: 0;
......@@ -189,7 +189,7 @@ div.course-wrapper {
display: table;
width: 100%;
@media screen and (max-width:1020px) {
@media screen and (max-width:1120px) {
display: block;
width: auto;
}
......
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