Skip to content

Commit

Permalink
fix: reader registration title size
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Oct 9, 2024
1 parent d388011 commit 96afca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/reader-registration/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
}

& &__title {
font-size: var(--newspack-ui-font-size-l);
line-height: var(--newspack-ui-line-height-l);
font-size: var(--newspack-ui-font-size-l) !important;
line-height: var(--newspack-ui-line-height-l) !important;
margin: 0;
}

Expand Down

0 comments on commit 96afca6

Please sign in to comment.