Fixed Typo, accidental 2nd ; on align-items
This commit is contained in:
parent
8e92a0956b
commit
64bf6b1687
|
@ -20,7 +20,7 @@ img {
|
|||
right: 0;
|
||||
height: 52px;
|
||||
display: flex;
|
||||
align-items: center;;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #eee;
|
||||
}
|
Loading…
Reference in New Issue