Merge branch 'master' into dev10

This commit is contained in:
fredtempez 2019-11-14 08:36:49 +01:00
commit 3736852d80
1 changed files with 2 additions and 2 deletions

View File

@ -352,8 +352,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");