From 45c8dc54bd65ba262093b47d334a5830d2ad4fe1 Mon Sep 17 00:00:00 2001 From: Cerys Date: Tue, 28 Jan 2025 01:38:54 +0000 Subject: [PATCH] bodge fixed spacing --- Public/Static/CSS/Elements/Columns.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Public/Static/CSS/Elements/Columns.css b/Public/Static/CSS/Elements/Columns.css index 4951361..2759680 100644 --- a/Public/Static/CSS/Elements/Columns.css +++ b/Public/Static/CSS/Elements/Columns.css @@ -5,10 +5,11 @@ } .left, .right { - width: 25%; + width: 24%; } .center { +.main { width: 50%; }