mirror of https://gitlab.com/bashrc2/epicyon
Differing timeline widths
parent
2f5e0527de
commit
48b78789a6
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue