Merge pull request #144 from satikaj/flex-remove-semicolon

04-flex-information: Remove extra semicolon in solution.css
This commit is contained in:
Daniel Murphy 2022-02-28 14:39:45 -05:00 committed by GitHub
commit 8c0b86792f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ img {
right: 0; right: 0;
height: 52px; height: 52px;
display: flex; display: flex;
align-items: center;; align-items: center;
justify-content: center; justify-content: center;
background: #eee; background: #eee;
} }