Balasana: Update custom-logo height and width

This commit is contained in:
Thomas Guillot 2019-08-29 16:59:41 +01:00
parent 98e87b10e4
commit 5d809d8e5b

View file

@ -104,8 +104,8 @@ if ( ! function_exists( 'balasana_setup' ) ) :
add_theme_support(
'custom-logo',
array(
'height' => 120,
'width' => 100,
'height' => 96,
'width' => 96,
'flex-width' => true,
'flex-height' => true,
'header-text' => array( 'site-title', 'site-description' ),