home page responsiveness

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

View file

@ -123,4 +123,10 @@ body.start-page {
margin: 1rem;
width: 90vw;
}
.start-page .cols {
display: flex;
flex-direction: column;
}
}