Fix broken layout on project blog posts

Fixes T52764
This commit is contained in:
2017-09-16 20:10:12 +02:00
parent 1177f516ba
commit 1563f4142d
2 changed files with 6 additions and 1 deletions

View File

@@ -139,6 +139,8 @@ script.
});
/* UI Stuff */
var project_container = document.getElementById('project-container');
$(window).on("load resize",function(){
containerResizeY($(window).height());