Commit 3ab85d47 by Kyle Fiedler

Fix before element

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