72% width for body-container looks better on iphone se2wq
This commit is contained in:
parent
9795c5a70c
commit
a220f7076e
1 changed files with 2 additions and 2 deletions
|
@ -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;*/
|
||||
|
|
Loading…
Reference in a new issue