mobile css implemented
This commit is contained in:
parent
d60b205b8d
commit
10acbd3b95
@ -97,3 +97,32 @@ video {
|
|||||||
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…
Reference in New Issue
Block a user