Fixed overflow-x
This commit is contained in:
parent
37e49d72ae
commit
382eaa9fb6
File diff suppressed because one or more lines are too long
@ -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" />
|
||||
|
||||
@ -41,8 +41,6 @@ img {
|
||||
#wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
header {
|
||||
background-color: $black;
|
||||
|
||||
@ -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
2
dist/css/main.css
vendored
File diff suppressed because one or more lines are too long
2
dist/map.html
vendored
2
dist/map.html
vendored
@ -64,4 +64,4 @@
|
||||
<script src="js/remove.js"></script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user