delete dubl logo
This commit is contained in:
@@ -3,18 +3,7 @@
|
|||||||
<a class="d-inline-block logo" href="/" title="Профиль">
|
<a class="d-inline-block logo" href="/" title="Профиль">
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
|
|
||||||
<?php if ( wp_is_mobile() ) : ?>
|
|
||||||
|
|
||||||
<img alt="Профиль" class="d-inline d-md-none" width="130" height="29" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
|
|
||||||
<img alt="Профиль" class="d-none d-md-inline" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
|
|
||||||
|
|
||||||
<?php else : ?>
|
|
||||||
|
|
||||||
<img alt="Профиль" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
|
<img alt="Профиль" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
|
||||||
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user