fix(challenges): change green-box class margin to match red-box

ISSUES CLOSED: #169
This commit is contained in:
nathanhannig
2018-07-20 13:29:27 -07:00
committed by Kristofer Koishigawa
parent 507c22dfe6
commit 9fd5533168

View File

@ -3115,7 +3115,7 @@
"", "",
" .green-box {", " .green-box {",
" background-color: green;", " background-color: green;",
" margin: 40px 20px 20px 40px;", " margin: 20px 40px 20px 40px;",
" }", " }",
"</style>", "</style>",
"<h5 class=\"injected-text\">margin</h5>", "<h5 class=\"injected-text\">margin</h5>",