22 lines
406 B
CSS
22 lines
406 B
CSS
.map-preview{
|
|
width: 20%;
|
|
height: 100%;
|
|
border-left: 1px solid silver;
|
|
}
|
|
|
|
.map-create-item {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: fit-content;
|
|
}
|
|
|
|
.map-create-item img {
|
|
justify-content: center;
|
|
width: 400px;
|
|
height: 300px;
|
|
object-fit: contain;
|
|
border-radius: 10px;
|
|
image-rendering: pixelated;
|
|
}
|