11 lines
165 B
CSS
11 lines
165 B
CSS
.labeling-description-box {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.labeling-description-box img {
|
|
width: 200px;
|
|
height: 200px;
|
|
padding: 20px;
|
|
}
|