Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fix(challenges): change green-box class margin to match red-box
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #169
  • Loading branch information
nathanhannig authored and scissorsneedfoodtoo committed Jul 24, 2018
1 parent 507c22d commit 9fd5533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/01-responsive-web-design/basic-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit 9fd5533

Please sign in to comment.