diff --git a/theme.css b/theme.css index 99b4f31..a77c271 100644 --- a/theme.css +++ b/theme.css @@ -19,4 +19,14 @@ color: #0e0f12; padding: 1px 7px; border-radius: 7px; + font-size: 1rem; +} +.entry-content h2 { + margin-top: 2rem; +} +.wp-block-post-excerpt { + margin: 0; +} +.wp-block-post-excerpt__excerpt { + font-size: 1rem; }