diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index b7b784e..2522731 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -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 {