Differing timeline widths

merge-requests/8/head
Bob Mottram 2020-10-01 09:45:16 +01:00
parent 2f5e0527de
commit 48b78789a6
1 changed files with 12 additions and 10 deletions

View File

@ -94,10 +94,6 @@ body, html {
line-height: var(--line-spacing);
}
.timeline {
width: 100%;
}
blockquote {
border-left: 10px;
margin: 1.5em 10px;
@ -942,6 +938,9 @@ aside .toggle-inside li {
font-size: var(--font-size);
line-height: var(--line-spacing);
}
.timeline {
width: 120%;
}
.column-left {
float: left;
width: var(--column-left-width);
@ -1415,6 +1414,9 @@ aside .toggle-inside li {
font-size: var(--font-size);
line-height: var(--line-spacing);
}
.timeline {
width: 100%;
}
.column-left {
float: left;
width: 0%;