Fixed Typo, accidental 2nd ; on align-items

This commit is contained in:
StayinHazey 2021-11-19 11:24:14 -07:00
parent 8e92a0956b
commit 64bf6b1687
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;
}