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
|
#project-container
|
||||||
+container-behavior
|
+container-behavior
|
||||||
|
|
||||||
|
body.blog
|
||||||
|
background-color: white
|
||||||
|
|
||||||
#project-container
|
#project-container
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
@ -2663,7 +2666,7 @@ section.node-children
|
|||||||
width: 100%
|
width: 100%
|
||||||
padding: 0
|
padding: 0
|
||||||
border: none
|
border: none
|
||||||
border-radius: 0
|
box-shadow: none
|
||||||
|
|
||||||
.blog_index-header
|
.blog_index-header
|
||||||
border-radius: 0
|
border-radius: 0
|
||||||
|
@ -139,6 +139,8 @@ script.
|
|||||||
});
|
});
|
||||||
|
|
||||||
/* UI Stuff */
|
/* UI Stuff */
|
||||||
|
var project_container = document.getElementById('project-container');
|
||||||
|
|
||||||
$(window).on("load resize",function(){
|
$(window).on("load resize",function(){
|
||||||
containerResizeY($(window).height());
|
containerResizeY($(window).height());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user