12 lines
190 B
SCSS
12 lines
190 B
SCSS
#map {
|
|
width: 100%;
|
|
}
|
|
.main-map {
|
|
margin: 0 auto;
|
|
width: auto !important;
|
|
text-align: center;
|
|
img {
|
|
box-shadow: none !important;
|
|
border-radius: 0;
|
|
}
|
|
} |