Commit e61b6842 by Kyle Fiedler

removed h2 column

parent 6a05a812
h2 { h2 {
margin-top: 0; margin-top: 0;
margin-bottom: 15px; margin-bottom: 15px;
width: flex-grid(2, 9);
padding-right: flex-gutter(9);
border-right: 1px dashed #ddd;
@include box-sizing(border-box);
display: table-cell;
vertical-align: top;
&.problem-header { &.problem-header {
section.staff { section.staff {
...@@ -15,12 +9,6 @@ h2 { ...@@ -15,12 +9,6 @@ h2 {
} }
} }
@media screen and (max-width:1120px) {
display: block;
width: auto;
border-right: 0;
}
@media print { @media print {
display: block; display: block;
width: auto; width: auto;
...@@ -29,16 +17,6 @@ h2 { ...@@ -29,16 +17,6 @@ h2 {
} }
section.problem { section.problem {
display: table-cell;
width: flex-grid(7, 9);
padding-left: flex-gutter(9);
@media screen and (max-width:1120px) {
display: block;
width: auto;
padding: 0;
}
@media print { @media print {
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