Skip to content

Commit 62d09b3

Browse files
author
Satika Jayawardena
authored
Fix typo in 04-flex solution: extra semicolon
1 parent eb02f13 commit 62d09b3

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)