diff --git a/src/components/PageLayout/PageLayout.js b/src/components/PageLayout/PageLayout.js index 6750aceac..6acff7200 100644 --- a/src/components/PageLayout/PageLayout.js +++ b/src/components/PageLayout/PageLayout.js @@ -24,7 +24,8 @@ const LAYOUTS = { @media (max-width: 1240px) { grid-template-areas: 'page-header' - 'content'; + 'content' + 'related-content'; grid-template-columns: minmax(0, 1fr); } `, diff --git a/src/components/PageLayout/RelatedContent.js b/src/components/PageLayout/RelatedContent.js index b9fe9fa14..676bd110c 100644 --- a/src/components/PageLayout/RelatedContent.js +++ b/src/components/PageLayout/RelatedContent.js @@ -32,10 +32,6 @@ const RelatedContent = ({ page }) => { position: sticky; top: calc(var(--global-header-height) + 2rem); align-self: start; - - @media (max-width: 1240px) { - display: none; - } `} >