forked from indymedia/epicyon
Differing timeline widths
parent
2f5e0527de
commit
48b78789a6
|
@ -94,10 +94,6 @@ body, html {
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
margin: 1.5em 10px;
|
margin: 1.5em 10px;
|
||||||
|
@ -942,6 +938,9 @@ aside .toggle-inside li {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
}
|
}
|
||||||
|
.timeline {
|
||||||
|
width: 120%;
|
||||||
|
}
|
||||||
.column-left {
|
.column-left {
|
||||||
float: left;
|
float: left;
|
||||||
width: var(--column-left-width);
|
width: var(--column-left-width);
|
||||||
|
@ -1415,6 +1414,9 @@ aside .toggle-inside li {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
}
|
}
|
||||||
|
.timeline {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.column-left {
|
.column-left {
|
||||||
float: left;
|
float: left;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
|
|
Loading…
Reference in New Issue