Skip to content

Commit

Permalink
feat: updating line height, spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed May 16, 2024
1 parent 3c750d0 commit 4ddeff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/newspack-ui/scss/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
.summary {
font-size: var( --newspack-ui-font-size-xs );
line-height: var( --newspack-ui-line-height-xs );
padding: var( --newspack-ui-spacer-4 ) var( --newspack-ui-spacer-2 );
padding: var( --newspack-ui-spacer-5 ) var( --newspack-ui-spacer-2 );
position: relative;

.price {
Expand All @@ -169,6 +169,7 @@
display: block;
font-weight: 600;
font-size: var( --newspack-ui-font-size-xl );
line-height: var( --newspack-ui-line-height-xl );
}

del {
Expand Down

0 comments on commit 4ddeff6

Please sign in to comment.