From a220f7076e115085bc3a8b0d5e9a6bbd535c0382 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Mon, 19 Jun 2023 01:50:14 +0200 Subject: [PATCH] 72% width for body-container looks better on iphone se2wq --- res/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index d01b1c9..8e9e90b 100644 --- a/res/common.css +++ b/res/common.css @@ -131,8 +131,8 @@ h6 { font-size: 0.9em } /* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */ #body-container { text-align: left; - width: 69% !important; - width: 69%; /* fix for I.E. */ + width: 72% !important; + width: 72%; /* fix for I.E. */ margin: 0 auto 0 auto; padding: 5px; /* background-color: #2D2D2D;*/