From 83a18ea1c97a97565598f2de3e1a71902541540d Mon Sep 17 00:00:00 2001 From: Kasper Birch Date: Thu, 30 May 2024 10:46:41 +0200 Subject: [PATCH] Align event description (subtitle) with articles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to have a consistent design. I have also removed the `@extend %rich-text´ as the field is no longer a WYSIWYG field --- .../Library/event-description/event-description.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/stories/Library/event-description/event-description.scss b/src/stories/Library/event-description/event-description.scss index c3c0dd82d..74237e691 100644 --- a/src/stories/Library/event-description/event-description.scss +++ b/src/stories/Library/event-description/event-description.scss @@ -20,15 +20,8 @@ } .event-description__description { - @extend %rich-text; - @include typography($typo__body-large); - - line-height: 24px; + @include typography($typo__subtitle); margin-bottom: $s-md; - - @include media-query__small { - line-height: 32px; - } } .event-description__links {