Skip to content

Commit aa74e30

Browse files
authored
Fix issue left by commit 061fe0a: delete margin (#536)
Since commit 061fe0a replaced the margin with gap in solution.css, the margin should be deleted in style.css as well.
1 parent c8a75cb commit aa74e30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flex/06-flex-layout/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ input {
2323
border-radius: 16px;
2424
padding: 8px 24px;
2525
width: 400px;
26-
margin-bottom: 16px;
2726
}

0 commit comments

Comments
 (0)