IMOTCL/app/sass/_map.scss
2019-04-06 21:36:24 +05:00

32 lines
658 B
SCSS

#map {
width: 100%;
}
.main-map {
margin: 0;
@media (max-width: 88em) {
width: auto !important;
}
@media (max-width: 74em) {
width: auto !important;
}
@media (max-width: 70em) {
width: auto !important;
}
@media (max-width: 56em) {
width: auto !important;
}
@media (max-width: 50em) {
width: auto !important;
}
@media (max-width: 41em) {
width: auto !important;
}
img {
box-shadow: none !important;
border-radius: 0;
overflow-x: visible !important;
}
}
// #main-body, #map-head {
// overflow-x: visible !important;
// }