diff --git a/scss/header.scss b/scss/header.scss index a770ada..a1e60a6 100644 --- a/scss/header.scss +++ b/scss/header.scss @@ -2,7 +2,7 @@ box-shadow: none; background: var(--background-color); @include breakpoint(extra-large, $rule: min-width) { - padding-bottom: 1.5em; + padding-bottom: 1em; } } diff --git a/scss/topic.scss b/scss/topic.scss index 0287040..ae15e41 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -48,18 +48,6 @@ } } -#topic-title { - @include breakpoint(medium, $rule: min-width) { - z-index: 299; - padding: var(--spacing-block-m) var(--spacing-inline-xl); - margin-bottom: 0; - position: sticky; - top: var(--header-offset); - background: var(--d-content-background); - border-top-right-radius: var(--d-border-radius-large); - border-top-left-radius: var(--d-border-radius-large); - } -} .container.posts, #topic-footer-buttons { padding: 0 24px;