Skip to content

Commit

Permalink
#340 Change font-size for content and header in PromoBanner to fit wi…
Browse files Browse the repository at this point in the history
…th designs (#361)

change font-size for content
  • Loading branch information
marcinsawicki authored Jul 26, 2022
1 parent 7a604d5 commit f5cae06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $base-class: 'promo-banner';
box-sizing: border-box;
color: var(--content-default);
display: flex;
font-size: 16px;
font-size: 15px;
justify-content: space-between;
min-width: 180px;
padding: 20px;
Expand All @@ -31,6 +31,7 @@ $base-class: 'promo-banner';
}

&__header {
font-size: 16px;
font-weight: 600;
margin-bottom: 8px;
}
Expand Down

0 comments on commit f5cae06

Please sign in to comment.