used proper flex layout

parent a24811ff
...@@ -12,15 +12,31 @@ ...@@ -12,15 +12,31 @@
font-size:1.5em; font-size:1.5em;
} }
#table { .table {
font-size:1.5em; font-size:1.5em;
} }
.subtable {
flex-wrap:wrap;
}
.subtable>* {
flex-basis:initial;
}
.table-gutter {
display:block;
height:1em;
}
.content {
margin:1em 1em 0 1.6em;
}
#no-courses { #no-courses {
font-size:1.25em; font-size:1.25em;
} }
/* Override */ #assignment-image {
.header { max-width:25em;
} }
\ No newline at end of file
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