2020-12-26 19:59:54 +01:00
|
|
|
|
///////////////////
|
|
|
|
|
// //
|
|
|
|
|
// MAIN //
|
|
|
|
|
// //
|
|
|
|
|
///////////////////
|
2020-01-15 17:42:04 +01:00
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
|
.home-lists {
|
2020-01-15 17:42:04 +01:00
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
|
@include breakpoint(laptop) {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
flex-flow: row;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
width: 100%; // set the container width
|
2020-01-15 17:42:04 +01:00
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
|
dt {
|
|
|
|
|
flex: 0 0 39%;
|
|
|
|
|
word-wrap: anywhere;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd {
|
|
|
|
|
flex: 0 0 59%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd {
|
|
|
|
|
margin-left: .5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dt::after {
|
|
|
|
|
content: ' :';
|
|
|
|
|
}
|
2020-01-15 17:42:04 +01:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contents {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
|
.home-lists {
|
|
|
|
|
margin: 0;
|
2020-05-22 12:25:50 +02:00
|
|
|
|
}
|