finally
This commit is contained in:
parent
65c0e3469e
commit
1893b774e7
14 changed files with 345 additions and 174 deletions
|
|
@ -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> -->
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue