correct width android

This commit is contained in:
arlemp@selectel.ru
2021-11-23 13:09:24 +03:00
parent ad117ab08f
commit c11788ae8a
2 changed files with 9 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=75">
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=76">
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>

View File

@@ -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%;