2022-06-12 13:50:06 +02:00
|
|
|
.two_lists {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-left: auto;
|
2022-06-15 16:46:17 +02:00
|
|
|
margin-right: 0;
|
|
|
|
width: 98vw;
|
2022-06-12 13:50:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 640px) {
|
|
|
|
.two_lists {
|
|
|
|
flex-direction: row;
|
|
|
|
.gen_list {
|
|
|
|
width: 48%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|