remove width of logo
This commit is contained in:
parent
3bc41f8a59
commit
32bdabccef
|
@ -161,7 +161,7 @@ function tainacan_get_logo() {
|
||||||
return get_custom_logo();
|
return get_custom_logo();
|
||||||
} else {
|
} else {
|
||||||
$html = '<a class="navbar-brand tainacan-logo" href="' . get_bloginfo( 'url' ) . '">';
|
$html = '<a class="navbar-brand tainacan-logo" href="' . get_bloginfo( 'url' ) . '">';
|
||||||
$html .= '<img src="' . get_template_directory_uri() . '/assets/images/logo.svg" class="logo" style="width: 150px; max-height: 23px">';
|
$html .= '<img src="' . get_template_directory_uri() . '/assets/images/logo.svg" class="logo" style="max-height: 23px">';
|
||||||
$html .= '</a>';
|
$html .= '</a>';
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue