home page responsiveness

This commit is contained in:
my 2026-01-30 12:34:43 +01:00
parent e7e05a7291
commit fe135cf858

View file

@ -118,9 +118,15 @@ body.start-page {
border-radius: 5px;
}
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 1000px) {
.start-page .home_pad_iframe {
margin: 1rem;
width: 90vw;
}
.start-page .cols {
display: flex;
flex-direction: column;
}
}