7 lines
91 B
CSS
7 lines
91 B
CSS
.map-image {
|
|
width: 60%;
|
|
max-width: 800px;
|
|
display: block;
|
|
margin: auto;
|
|
}
|