Fix typo in 04-flex solution: extra semicolon
This commit is contained in:
parent
eb02f13381
commit
62d09b3adf
|
@ -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