From 3834342bbaf5bce5999b77b3611594146715dca8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Oct 2020 11:26:44 +0100 Subject: [PATCH] Column widths --- epicyon-profile.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 3db9f777e..adb3e03ed 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -945,15 +945,17 @@ aside .toggle-inside li { } .col-left { float: left; + width: var(--column-left-width); } .col-center { - width: 100%; + width: var(--column-center-width); } .column-right { width: var(--column-right-width); } .col-right { float: right; + width: var(--column-right-width); } .column-center { display: inline-block; @@ -1429,15 +1431,17 @@ aside .toggle-inside li { } .col-left { float: left; + width: 0%; } .col-center { - width: 100%; - } - .column-right { - width: 0%; + width: 100vw; } .col-right { float: right; + width: 0%; + } + .column-right { + width: 0%; } .column-center { display: inline-block;