浏览代码

Photos: Fix responsive menu

Niels Lange 5 年之前
父节点
当前提交
8505cfc199
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      photos/js/global.js

+ 1 - 1
photos/js/global.js

@@ -3,7 +3,7 @@
 	var body, header, content, hero, adminBar, adminHeight = 0, headerHeight = 0, extraSpacing = 0, resizeTimer;
 
 	function contentPadding() {
-		if ( window.innerWidth >= 768 ) {
+		if ( window.innerWidth >= 658 ) {
 			content.css( 'padding-top', header.outerHeight() );
 		} else {
 			content.css( 'padding-top', '' );