Fixed overflow-x

This commit is contained in:
Ivan Zinchenko 2019-04-08 21:22:20 +05:00
parent 37e49d72ae
commit 382eaa9fb6
6 changed files with 6 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,6 @@
<a href="/index.html" class="logo logo-one">Город Лесной</a>
</div>
</header>
<!--Нужно убрать margin в классе main-map-->
<main id="swup" class="transition-fade main-map">
<map name="FPMap0" id="FPMap0">
<area href="/school-lyceum.html" shape="rect" coords="755, 635, 834, 670" />

View File

@ -41,8 +41,6 @@ img {
#wrapper {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
}
header {
background-color: $black;

View File

@ -2,25 +2,9 @@
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;
}
margin: 0 auto;
width: auto !important;
text-align: center;
img {
box-shadow: none !important;
border-radius: 0;

2
dist/css/main.css vendored

File diff suppressed because one or more lines are too long

2
dist/map.html vendored
View File

@ -64,4 +64,4 @@
<script src="js/remove.js"></script>
</div>
</body>
</html>
</html>