소스 검색

Merge pull request #1362 from Automattic/update/balasana-custom-logo

Balasana: Update `custom-logo` height and width
Thomas Guillot 5 년 전
부모
커밋
c0d2b720b2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      balasana/functions.php

+ 2 - 2
balasana/functions.php

@@ -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' ),