From 1e51fa46579e896bc375fe1a914338f849594ab5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 22:18:15 +0200 Subject: [PATCH] adjusted width of main container --- res/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index 00d9b35..68bf22a 100644 --- a/res/common.css +++ b/res/common.css @@ -161,8 +161,8 @@ h6 { font-size: 0.9em } #main { float:right; position: relative; - width: 70% !important; - width: 70%; + width: 71% !important; + width: 71%; font-size: 100%; margin: 0 0.5em 0 1.2em; }