From 78ffc8ca0b3f4d443fdd4c35d82f284a77ac1ee9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 22:20:38 +0200 Subject: [PATCH] adjusted widths of main and column --- res/column.css | 4 ++-- res/common.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/column.css b/res/column.css index 2567052..96e3bd2 100644 --- a/res/column.css +++ b/res/column.css @@ -9,8 +9,8 @@ Module: style.css #column { background: #393939; float: left; - width: 24% !important; - width: 21%; + width: 21% !important; + width: 18%; font-size: 80% !important; font-size: 75%; margin: 0 0 15px 15px; diff --git a/res/common.css b/res/common.css index 68bf22a..9cf37f6 100644 --- a/res/common.css +++ b/res/common.css @@ -161,7 +161,7 @@ h6 { font-size: 0.9em } #main { float:right; position: relative; - width: 71% !important; + width: 74% !important; width: 71%; font-size: 100%; margin: 0 0.5em 0 1.2em;