Explorar el Código

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

Photos: Fix responsive menu
Daniel Dudzic hace 5 años
padre
commit
2a373eeea3
Se han modificado 1 ficheros con 1 adiciones y 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', '' );