From 41bd5e8c9784594448ba10a8275b801e78bac9e2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 22:03:08 +0200 Subject: [PATCH] main div more wide --- res/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index 4bf1cb6..e099644 100644 --- a/res/common.css +++ b/res/common.css @@ -161,8 +161,8 @@ h6 { font-size: 0.9em } #main { float:right; position: relative; - width: 67% !important; - width: 65%; + width: 70% !important; + width: 70%; font-size: 100%; margin: 0 0.5em 0 1.2em; }