From 92cdd986df816ce09fbca22681698e5598e1040d Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 18 Jun 2023 18:44:10 +0200 Subject: [PATCH] changed width for main and body container --- res/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/common.css b/res/common.css index a3622f5..1701ced 100644 --- a/res/common.css +++ b/res/common.css @@ -124,8 +124,8 @@ h6 { font-size: 0.9em } /* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */ #body-container { text-align: left; - width: 80% !important; - width: 80%; /* fix for I.E. */ + width: 67% !important; + width: 67%; /* fix for I.E. */ margin: 0 auto 10px auto; padding: 5px; background-color: #2D2D2D; @@ -168,8 +168,8 @@ h6 { font-size: 0.9em } overflow: hidden; display: inline-block; position: relative; - width: 70% !important; - width: 70%; + width: 69% !important; + width: 69%; font-size: 100%; margin: 0 0.5em 0 1.2em; }