bunteshaus.de/themes/buha/assets/scss/big.scss

16 lines
343 B
SCSS

@media only screen and (min-width: 600px) {
.main {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.twolists {
display: flex; flex-wrap: wrap; justify-content: space-around;
div {
display: flex;
flex-direction: column;
width: 45%;
}
}
}