correct width logo

This commit is contained in:
arlemp@selectel.ru
2022-02-21 20:11:03 +03:00
parent 0af5c990d2
commit 7a95fa3e42
3 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<?if (defined('TESTMODE') and TESTMODE == 1):?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=2">
<?else:?>
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=154">
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=155">
<?endif?>
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">

View File

@@ -36,7 +36,7 @@
<?$author = get_the_author();
if ( ! empty ( $author ) AND $author !== 'vetandlife.ru'):?>
<div class="post_author">
Автор: <?php the_author(); ?>
Автор: <?=the_author_posts_link()?>
</div>
<?endif?>

View File

@@ -131,10 +131,9 @@ a{
#mainlogo{
margin-left: 12px;
width: 240px;
flex-shrink: 0;
text-align: center;
margin-right: 10%;
min-width: 200px;
width: 20%;
flex-shrink: 0;
}