Browse Source

Merge pull request #1841 from Automattic/fix/#1840

Photos: Fix responsive menu
Daniel Dudzic 5 years ago
parent
commit
2a373eeea3
1 changed files with 1 additions and 1 deletions
  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', '' );