diff --git a/paligo-styles/homepage.scss b/paligo-styles/homepage.scss index 745c66503..7256c0b92 100644 --- a/paligo-styles/homepage.scss +++ b/paligo-styles/homepage.scss @@ -1,14 +1,6 @@ @use '../apps/red-ui/src/assets/styles/variables'; @use 'mixin'; -.featured-content-label { - display: none; -} - -.featured-content { - display: none; -} - .portal-single-publication { background-color: transparent; @@ -22,7 +14,7 @@ } .portal-contents { - margin-top: 100px; + margin-top: 24px; margin-bottom: 0; .inner { @@ -45,10 +37,6 @@ .portal-contents .inner { grid-template-columns: 1fr; } - - .publication-contents:first-child { - grid-column: auto; - } } // Icon Overwrites for sections - change these if sections change!!! diff --git a/paligo-styles/mixin.scss b/paligo-styles/mixin.scss index 93c4af988..299f4656e 100644 --- a/paligo-styles/mixin.scss +++ b/paligo-styles/mixin.scss @@ -86,13 +86,8 @@ background-color: variables.$white; border-radius: 4px; - &:first-child { - grid-column: 1 / span 2; - } - h4.featured-title, .section-toc-title { - @include heading-4; margin: 0; a { @@ -105,6 +100,10 @@ } } + .section-toc-title { + @include heading-4; + } + ul { margin: 0; padding: 0;