diff --git a/source/wp-content/themes/wporg-news-2021/sass/page/categories/_events.scss b/source/wp-content/themes/wporg-news-2021/sass/page/categories/_events.scss index fec60bb0..ed7e8e68 100644 --- a/source/wp-content/themes/wporg-news-2021/sass/page/categories/_events.scss +++ b/source/wp-content/themes/wporg-news-2021/sass/page/categories/_events.scss @@ -49,11 +49,14 @@ body.category-events { // Reset the default block margins. .wp-block-group.entry-header, - .wp-block-post-title, - .wp-block-post-date { + .wp-block-post-title { margin: 0; } + .wp-block-post-date { + margin: 10px 0 0 0; + } + .wp-block-group.entry-header { position: relative; } diff --git a/source/wp-content/themes/wporg-news-2021/sass/page/categories/_misc.scss b/source/wp-content/themes/wporg-news-2021/sass/page/categories/_misc.scss index 2f8fbf70..5a8eccbb 100644 --- a/source/wp-content/themes/wporg-news-2021/sass/page/categories/_misc.scss +++ b/source/wp-content/themes/wporg-news-2021/sass/page/categories/_misc.scss @@ -66,6 +66,7 @@ body.category-security { .wp-block-post-title { max-width: var(--wp--custom--layout--content-size); font-size: clamp(30px, 5.8vw, 36px); + line-height: 1.3; @include break-medium() { font-size: clamp(36px, 3.1vw, 50px);