Skip to content

Commit

Permalink
fix: remove underline from pages that don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Jan 23, 2025
1 parent d1bec9d commit e89efe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/o-topper/src/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
font-size: oPrivateFoundationGet('o3-typography-use-case-headline-sm-font-size');
font-weight: oPrivateFoundationGet('o3-typography-use-case-headline-sm-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-headline-sm-line-height');
@include oEditorialTypographyDecorated();

@include oPrivateGridRespondTo('S') {
font-family: oPrivateFoundationGet('o3-typography-use-case-headline-md-font-family');
Expand All @@ -185,6 +184,8 @@
font-weight: oPrivateFoundationGet('o3-typography-use-case-display-sm-font-weight');
line-height: oPrivateFoundationGet('o3-typography-use-case-display-sm-line-height');

@include oEditorialTypographyDecorated();

@include oPrivateGridRespondTo('S') {
font-family: oPrivateFoundationGet('o3-typography-use-case-display-md-font-family');
font-size: oPrivateFoundationGet('o3-typography-use-case-display-md-font-size');
Expand Down

0 comments on commit e89efe3

Please sign in to comment.