Skip to content

Commit

Permalink
Fix issue left by commit 061fe0a: delete margin (TheOdinProject#536)
Browse files Browse the repository at this point in the history
Since commit 061fe0a replaced the margin with gap in solution.css, the margin should be deleted in style.css as well.
  • Loading branch information
zhangsherry authored Apr 25, 2024
1 parent c8a75cb commit aa74e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flex/06-flex-layout/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ input {
border-radius: 16px;
padding: 8px 24px;
width: 400px;
margin-bottom: 16px;
}

0 comments on commit aa74e30

Please sign in to comment.