Commit 52e46dc1 by Kyle Fiedler

Added class problem-and-answer with margin on the bottom

parent 334b4087
......@@ -32,6 +32,7 @@ section.problem {
display: inline;
}
div {
p {
&.answer {
......@@ -321,6 +322,10 @@ section.problem {
}
}
.problem-and-answer {
margin-bottom: lh();
}
.CodeMirror {
border: 1px solid black;
font-size: 14px;
......
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