Skip to content

Commit

Permalink
Merge pull request TheOdinProject#144 from satikaj/flex-remove-semicolon
Browse files Browse the repository at this point in the history
04-flex-information: Remove extra semicolon in solution.css
  • Loading branch information
dm-murphy authored Feb 28, 2022
2 parents eb02f13 + 62d09b3 commit 8c0b867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/04-flex-information/solution/solution.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ img {
right: 0;
height: 52px;
display: flex;
align-items: center;;
align-items: center;
justify-content: center;
background: #eee;
}
Expand Down

0 comments on commit 8c0b867

Please sign in to comment.