home page responsiveness
This commit is contained in:
parent
e7e05a7291
commit
fe135cf858
|
|
@ -118,9 +118,15 @@ body.start-page {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
.start-page .home_pad_iframe {
|
.start-page .home_pad_iframe {
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.start-page .cols {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue