Skip to content

Commit 06d4ace

Browse files
committed
fix: venue content description text font size should be larger
HCRC-178.
1 parent b3cd3fe commit 06d4ace

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sports-helsinki/src/domain/venue/venueContent/venueContent.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@use '../../../styles/breakpoints' as breakpoints;
22

33
.venueContent {
4-
--description-font-size: var(--fontsize-body-l);
54
background-color: var(--color-white);
65

76
.contentWrapper {
@@ -72,11 +71,12 @@
7271
}
7372

7473
.description {
74+
--description-font-size: var(--fontsize-body-l);
7575
line-height: 1.5;
7676
white-space: pre-line;
77+
font-size: var(--description-font-size) !important;
7778

7879
p {
79-
font-size: var(--description-font-size);
8080
margin: 1rem 0;
8181
}
8282

0 commit comments

Comments
 (0)