Commit d6cdccd5 by Kyle Fiedler

Embiggen space allowed for 2 column layout in problems

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