Skip to content

Commit dfcd6d3

Browse files
committed
fix(component): adjust padding and margin-bottom for PostHeader
1 parent f8cdbb5 commit dfcd6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/post/PostHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ const formattedDate = formatDate(pubDate)
4747

4848
<style>
4949
.post-header {
50-
@apply p-3 mb-3 bg-style-primary text-center text-style-primary-inverted;
50+
@apply p-4 mb-4 bg-style-primary text-center text-style-primary-inverted;
5151
}
5252
</style>

0 commit comments

Comments
 (0)