2022-05-09 21:37:34 +02:00
|
|
|
@media only screen and (min-width: 600px) {
|
|
|
|
.main {
|
|
|
|
width: 80%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2022-06-07 13:36:28 +02:00
|
|
|
.twolists {
|
|
|
|
display: flex; flex-wrap: wrap; justify-content: space-around;
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
}
|
2022-05-09 21:37:34 +02:00
|
|
|
}
|