diff --git a/apps/events-helsinki/src/styles/globals.scss b/apps/events-helsinki/src/styles/globals.scss index c5deb4937..80e8d5c2e 100644 --- a/apps/events-helsinki/src/styles/globals.scss +++ b/apps/events-helsinki/src/styles/globals.scss @@ -72,12 +72,10 @@ button { display: none; } -.page, -.article-page { - header > h1 { - font-size: var(--fontsize-heading-xl); - @include respond_below(s) { - font-size: var(--fontsize-heading-xl-mobile); - } +.page h1, +.article-page header > h1 { + font-size: var(--fontsize-heading-xl) !important; + @include respond_below(s) { + font-size: var(--fontsize-heading-xl-mobile) !important; } } diff --git a/apps/hobbies-helsinki/src/styles/globals.scss b/apps/hobbies-helsinki/src/styles/globals.scss index 0dd37592b..65fd46e65 100644 --- a/apps/hobbies-helsinki/src/styles/globals.scss +++ b/apps/hobbies-helsinki/src/styles/globals.scss @@ -58,12 +58,10 @@ button { display: none; } -.page, -.article-page { - header > h1 { - font-size: var(--fontsize-heading-xl); - @include respond_below(s) { - font-size: var(--fontsize-heading-xl-mobile); - } +.page h1, +.article-page header > h1 { + font-size: var(--fontsize-heading-xl) !important; + @include respond_below(s) { + font-size: var(--fontsize-heading-xl-mobile) !important; } } diff --git a/apps/sports-helsinki/src/styles/globals.scss b/apps/sports-helsinki/src/styles/globals.scss index e61b697a8..7722ad601 100644 --- a/apps/sports-helsinki/src/styles/globals.scss +++ b/apps/sports-helsinki/src/styles/globals.scss @@ -71,12 +71,10 @@ button { display: none; } -.page, -.article-page { - header > h1 { - font-size: var(--fontsize-heading-xl); - @include respond_below(s) { - font-size: var(--fontsize-heading-xl-mobile); - } +.page h1, +.article-page header > h1 { + font-size: var(--fontsize-heading-xl) !important; + @include respond_below(s) { + font-size: var(--fontsize-heading-xl-mobile) !important; } }