forked from tsc-vfl/hugo-page
Make time tables responsive again
This was unfortunately forgotten to restore the desktop view again.
This commit is contained in:
parent
a2a55bf3a7
commit
77a6636bb0
@ -870,6 +870,24 @@ table.time {
|
|||||||
content: "Ort: ";
|
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 {
|
.iframe-generic {
|
||||||
|
Loading…
Reference in New Issue
Block a user