Add timeline banner to links css

merge-requests/8/head
Bob Mottram 2020-11-02 18:09:44 +00:00
parent c3d43c0a4a
commit d9d2bfebc1
1 changed files with 10 additions and 0 deletions

View File

@ -64,6 +64,8 @@
--column-left-width: 10vw; --column-left-width: 10vw;
--column-center-width: 80vw; --column-center-width: 80vw;
--column-right-width: 10vw; --column-right-width: 10vw;
--banner-height: 15vh;
--banner-height-mobile: 10vh;
} }
@font-face { @font-face {
@ -958,6 +960,10 @@ aside .toggle-inside li {
border: 0; border: 0;
width: 100vw; width: 100vw;
} }
.timeline-banner {
width: 98vw;
height: var(--banner-height);
}
.column-left { .column-left {
width: var(--column-left-width); width: var(--column-left-width);
} }
@ -1443,6 +1449,10 @@ aside .toggle-inside li {
border: 0; border: 0;
width: 100vw; width: 100vw;
} }
.timeline-banner {
width: 98vw;
height: var(--banner-height-mobile);
}
.column-left { .column-left {
width: 0%; width: 0%;
} }