Skip to content

Commit 858bd25

Browse files
Masataka Tsukamotoclaude
authored andcommitted
fix: Blogページのタイトルがヘッダーと被る問題を修正
Headlineコンポーネントの上部パディングを増加(pt-8 → pt-24) これにより全てのBlog関連ページで一括修正 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7226d60 commit 858bd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Headline.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { title, href } = Astro.props;
77
---
88

99
<div
10-
class="relative pt-8 pb-8 flex content-center items-center justify-center"
10+
class="relative pt-24 pb-8 flex content-center items-center justify-center"
1111
style="min-height: 20vh"
1212
>
1313
<div class="container relative mx-auto">

0 commit comments

Comments
 (0)