Commit 3ab85d47 by Kyle Fiedler

Fix before element

parent 54f621a3
......@@ -46,10 +46,8 @@ section.problem {
&:before {
content: " ";
display: block;
height: 1px;
width: 1px;
margin-top: -1px;
opacity: 0;
height: 0;
visibility: hidden;
}
}
}
......
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