Fix typo in 04-flex solution: extra semicolon

This commit is contained in:
Satika Jayawardena 2022-02-23 23:04:41 +08:00 committed by GitHub
parent eb02f13381
commit 62d09b3adf
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;
height: 52px;
display: flex;
align-items: center;;
align-items: center;
justify-content: center;
background: #eee;
}