correct h1 mobile
This commit is contained in:
@@ -87,7 +87,8 @@
|
|||||||
<?php //include VIJ_CACHE.'zakons.html';?>
|
<?php //include VIJ_CACHE.'zakons.html';?>
|
||||||
|
|
||||||
<?//get_template_part( '/blocks/mosts', null, ['subclass' => '']);?>
|
<?//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>
|
||||||
</div><!-- end main -->
|
</div><!-- end main -->
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
<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">
|
<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/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>
|
<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,8 +1987,14 @@ img-fluid{
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#left{
|
#left{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -2108,8 +2114,14 @@ img-fluid{
|
|||||||
and (min-device-width : 340px)
|
and (min-device-width : 340px)
|
||||||
and (max-device-width : 667px) {
|
and (max-device-width : 667px) {
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content{
|
#content{
|
||||||
|
|||||||
Reference in New Issue
Block a user