Fix broken layout on project blog posts
Fixes T52764
This commit is contained in:
parent
1177f516ba
commit
1563f4142d
@ -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
|
||||
|
@ -139,6 +139,8 @@ script.
|
||||
});
|
||||
|
||||
/* UI Stuff */
|
||||
var project_container = document.getElementById('project-container');
|
||||
|
||||
$(window).on("load resize",function(){
|
||||
containerResizeY($(window).height());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user