style(blog): increase top padding for blog post layout

This commit is contained in:
2026-02-28 19:14:45 +01:00
parent 3dc8b84779
commit fa677b8799
+1 -1
View File
@@ -53,7 +53,7 @@ const { post } = Astro.props;
<style>
.blog-post {
padding-top: 60px;
padding-top: 120px;
}
.hero-image {