From 172d34dfe37b8c84cc70fe741587007a3979886f Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Sun, 7 Nov 2021 22:43:07 +0300 Subject: [PATCH] new size preview --- blocks/mainnews.php | 2 +- footer.php | 3 ++- header.php | 2 +- index.php | 2 +- style.css | 20 ++++++++++++++++++++ 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/blocks/mainnews.php b/blocks/mainnews.php index 5765a2d..be0edda 100644 --- a/blocks/mainnews.php +++ b/blocks/mainnews.php @@ -17,7 +17,7 @@ if ( $q->have_posts() ) :
- <?the_title();?> + <?the_title();?>
diff --git a/footer.php b/footer.php index 0535dd3..3b96e5f 100644 --- a/footer.php +++ b/footer.php @@ -7,7 +7,8 @@
- + + '']);?> diff --git a/header.php b/header.php index efd74cf..642dbff 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/index.php b/index.php index 02ca062..083c7a1 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ $nn = 0;?>
- <?the_title();?> + <?the_title();?> diff --git a/style.css b/style.css index a4d27e0..d9d0ff3 100644 --- a/style.css +++ b/style.css @@ -1360,11 +1360,31 @@ a{ align-items: center; } +#socials a:hover{ + margin-top: -4px; +} + + + #socials_footer{ display: flex; margin: 0 12px 0 12px; } + +.menu_left_icons{ + width: 21px; + +} + +.menu_left_jivot{ + padding-left: 22px; + background: url(/wp-content/themes/vij/pub/icons/menu-jivot.png) no-repeat; + vertical-align:middle; + height: 31px; + +} + .btn_soc{ margin-right: 18px; padding: 10px;