From b715f048054d9fe543aabf564d3e51102898177e Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Tue, 23 Nov 2021 14:43:46 +0300 Subject: [PATCH] correct h1 mobile --- footer.php | 3 ++- header.php | 2 +- style.css | 12 ++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/footer.php b/footer.php index 69a5ebe..62e38ac 100644 --- a/footer.php +++ b/footer.php @@ -87,7 +87,8 @@ '']);?> - + 'mob-lite']);?> + diff --git a/header.php b/header.php index 251cdad..2f2989a 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 d94bd15..7b50352 100644 --- a/style.css +++ b/style.css @@ -1987,7 +1987,13 @@ img-fluid{ body { width: 100%; + margin-right: 8px; } + + h1 { + font-size: 24px; + } + #left{ display: none; @@ -2108,8 +2114,14 @@ img-fluid{ and (min-device-width : 340px) and (max-device-width : 667px) { + h1 { + font-size: 24px; + } + + body { width: 100%; + margin-right: 8px; } #content{