diff --git a/core/core.js.php b/core/core.js.php index 06d21906..fe122461 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -343,8 +343,8 @@ core.start = function() { var ratio = width / height; if ( ($(window).width() / ratio) <= height) { $("header").height( $(window).width() / ratio ); - } - $("header").css("line-height", $(window).width() / ratio + "px"); + $("header").css("line-height", $(window).width() / ratio + "px"); + } } }).trigger("resize");