8 lines
141 B
CSS
8 lines
141 B
CSS
.mdi {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-size: cover;
|
|
margin-top:7px;
|
|
}
|