Fixed Typo, accidental 2nd ; on align-items
This commit is contained in:
parent
8e92a0956b
commit
64bf6b1687
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue