From 48b78789a6702ed61f54fac2f47c599fcc938b67 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Oct 2020 09:45:16 +0100 Subject: [PATCH] Differing timeline widths --- epicyon-profile.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index f53de8fc0..ec1d2dbba 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -94,10 +94,6 @@ body, html { line-height: var(--line-spacing); } -.timeline { - width: 100%; -} - blockquote { border-left: 10px; margin: 1.5em 10px; @@ -942,18 +938,21 @@ 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); - } + } .column-right { float: right; width: var(--column-right-width); - } + } .column-center { display: inline-block; width: var(--column-center-width); - } + } .likesCount { font-size: var(--font-size-likes); font-family: Arial, Helvetica, sans-serif; @@ -1415,18 +1414,21 @@ aside .toggle-inside li { font-size: var(--font-size); line-height: var(--line-spacing); } + .timeline { + width: 100%; + } .column-left { float: left; width: 0%; - } + } .column-right { float: right; width: 0%; - } + } .column-center { display: inline-block; width: 100%; - } + } .likesCount { font-size: var(--font-size-likes-mobile); font-family: Arial, Helvetica, sans-serif;