Skip to content

Commit

Permalink
Align event description (subtitle) with articles
Browse files Browse the repository at this point in the history
This is to have a consistent design.

I have also removed the `@extend %rich-text´ as the field is no longer a WYSIWYG field
  • Loading branch information
kasperbirch1 committed May 30, 2024
1 parent b8d8d85 commit 83a18ea
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/stories/Library/event-description/event-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 83a18ea

Please sign in to comment.