Skip to content

Commit

Permalink
fix(Blocks): πŸ› "Intro text" paragraph style font is size 2, not 3
Browse files Browse the repository at this point in the history
  • Loading branch information
knice committed Feb 28, 2023
1 parent 7518bcd commit f59fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-blocks/paragraph.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
font-style: normal;
font-weight: 400;
line-height: 1.4;
font-size: var(--wp--preset--font-size--three);
font-size: var(--wp--preset--font-size--two);
color: var(--wp--preset--color--ucsc-ocean-blue) !important;
}

0 comments on commit f59fcf2

Please sign in to comment.