Make time tables responsive again

This was unfortunately forgotten to restore the desktop view again.
This commit is contained in:
Christian Wolf 2024-01-13 20:31:22 +01:00
parent a2a55bf3a7
commit 77a6636bb0

View File

@ -870,6 +870,24 @@ table.time {
content: "Ort: ";
}
}
@include media-large() {
display: table;
tr {
display: table-row;
&:first-child {
display: table-row;
}
}
&.time-age, &.time-no-age {
tr td:nth-child(n):before {
content: none;
}
}
}
}
.iframe-generic {