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

ISSUES CLOSED: #169
pull/18182/head
nathanhannig 2018-07-20 13:29:27 -07:00 committed by Kristofer Koishigawa
parent 507c22dfe6
commit 9fd5533168
1 changed files with 1 additions and 1 deletions

View File

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