fix(challenges): change green-box class margin to match red-box
ISSUES CLOSED: #169
This commit is contained in:
committed by
Kristofer Koishigawa
parent
507c22dfe6
commit
9fd5533168
@ -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>",
|
||||||
|
Reference in New Issue
Block a user