Skip to content

Commit

Permalink
fix: 🎨 RSS Feed block adjustments Fixes #83 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm71 authored Jul 28, 2022
1 parent 9bb66d2 commit b215c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-blocks/rss.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

.wp-block-rss__item-title {
order: 3;
font-size: var(--wp--preset--font-size--medium);
font-weight: 600;
font-size: var(--wp--preset--font-size--base);
font-weight: 400;
margin-top: calc(var(--wp--preset--font-size--normal) / 6);
margin-bottom: calc(var(--wp--preset--font-size--normal) / 5);
}
Expand Down

0 comments on commit b215c71

Please sign in to comment.