This commit is contained in:
Schmelczer András 2020-01-11 13:05:40 +01:00
parent 65c0e3469e
commit 1893b774e7
14 changed files with 345 additions and 174 deletions

View file

@ -2,5 +2,5 @@ import { html } from '../../framework/model/misc';
import './timeline.scss';
export const generate = (): html => `
<main id="timeline"></main>
<div id="timeline"></div> <!-- IE11 doesn't know <main> -->
`;

View file

@ -1,7 +1,7 @@
@use '../../style/include' as *;
@include responsive() using ($vars) {
main#timeline {
div#timeline {
@include on-large-screen {
// workaround for IE
& > :first-child {