Skip to content

Commit 8c0b867

Browse files
authored
Merge pull request #144 from satikaj/flex-remove-semicolon
04-flex-information: Remove extra semicolon in solution.css
2 parents eb02f13 + 62d09b3 commit 8c0b867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flex/04-flex-information/solution/solution.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ img {
2020
right: 0;
2121
height: 52px;
2222
display: flex;
23-
align-items: center;;
23+
align-items: center;
2424
justify-content: center;
2525
background: #eee;
2626
}

0 commit comments

Comments
 (0)