2022-03-01 14:23:38 +01:00
|
|
|
@include breakpoint(small) {
|
2021-10-07 21:40:16 +02:00
|
|
|
dl {
|
|
|
|
.property {
|
|
|
|
display:flex;
|
2022-03-01 14:23:38 +01:00
|
|
|
flex-direction:column;
|
2021-10-07 21:40:16 +02:00
|
|
|
dt {
|
2022-03-01 14:23:38 +01:00
|
|
|
min-width: unset;
|
|
|
|
max-width: unset;
|
|
|
|
width: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@include breakpoint(medium) {
|
|
|
|
dl {
|
|
|
|
.property {
|
|
|
|
display:flex;
|
|
|
|
flex-direction:row;
|
|
|
|
dt {
|
|
|
|
min-width: 14rem;
|
2021-10-07 21:40:16 +02:00
|
|
|
max-width: 14rem;
|
2022-03-01 14:23:38 +01:00
|
|
|
width: 14rem;
|
2021-10-07 21:40:16 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-03-01 14:23:38 +01:00
|
|
|
}
|