72% width for body-container looks better on iphone se2wq

This commit is contained in:
DeltaLima 2023-06-19 01:50:14 +02:00
parent 9795c5a70c
commit a220f7076e

View File

@ -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;*/