mobile css implemented

master
Anton Lydike 5 years ago
parent d60b205b8d
commit 10acbd3b95

@ -96,4 +96,33 @@ video {
max-height: 600px; max-height: 600px;
margin: auto; margin: auto;
display: block; display: block;
}
@media(max-width: 600px) {
body {
font-size: 14px;
}
.nav-inner, main, .footer-inner {
width: auto;
margin: 0 8px;
}
video {
width: 100%;
margin: auto;
display: block;
}
.siema-slider, .slide-item {
height: 300px;
}
.footer-inner {
flex-direction: column;
}
.footer-other {
text-align: left;
}
} }
Loading…
Cancel
Save