Merge pull request #144 from satikaj/flex-remove-semicolon
04-flex-information: Remove extra semicolon in solution.css
This commit is contained in:
commit
8c0b86792f
|
@ -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