Explorar o código

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

Photos: Fix responsive menu
Daniel Dudzic %!s(int64=5) %!d(string=hai) anos
pai
achega
2a373eeea3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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', '' );