correct h1 mobile
This commit is contained in:
@@ -87,7 +87,8 @@
|
||||
<?php //include VIJ_CACHE.'zakons.html';?>
|
||||
|
||||
<?//get_template_part( '/blocks/mosts', null, ['subclass' => '']);?>
|
||||
<?php include VIJ_CACHE.'mosts.html';?>
|
||||
<?get_template_part( '/blocks/mosts', null, ['subclass' => 'mob-lite']);?>
|
||||
<?//php include VIJ_CACHE.'mosts.html';?>
|
||||
</div>
|
||||
</div><!-- end main -->
|
||||
|
||||
|
||||
@@ -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=76">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=77">
|
||||
<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>
|
||||
|
||||
12
style.css
12
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{
|
||||
|
||||
Reference in New Issue
Block a user