Fix broken layout on project blog posts

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

View File

@ -6,6 +6,9 @@ body.workshops
#project-container
+container-behavior
body.blog
background-color: white
#project-container
display: flex
flex-direction: row
@ -2663,7 +2666,7 @@ section.node-children
width: 100%
padding: 0
border: none
border-radius: 0
box-shadow: none
.blog_index-header
border-radius: 0

View File

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