浏览代码

Merge pull request #2671 from Automattic/update/spearhead-content-width

update spearhead content width
Jeff Ong 4 年之前
父节点
当前提交
5e3b8754dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -106,7 +106,7 @@ add_action( 'after_setup_theme', 'spearhead_setup', 12 );
  * Filter the content_width in pixels, based on the child-theme's design and stylesheet.
  */
 function spearhead_content_width() {
-	return 744;
+	return 782;
 }
 add_filter( 'seedlet_content_width', 'spearhead_content_width' );