From c11788ae8ae8ca822f03aaadc49cd716e1f03327 Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Tue, 23 Nov 2021 13:09:24 +0300 Subject: [PATCH] correct width android --- header.php | 2 +- style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index f34187f..251cdad 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 226998e..d94bd15 100644 --- a/style.css +++ b/style.css @@ -1984,6 +1984,10 @@ img-fluid{ /** ultrabooks and ipads **/ @media (max-width: 768px) { + + body { + width: 100%; + } #left{ display: none; @@ -2104,6 +2108,10 @@ img-fluid{ and (min-device-width : 340px) and (max-device-width : 667px) { + body { + width: 100%; + } + #content{ margin: 8px; width: 100%;