Skip to content

Commit 84e0c83

Browse files
committed
fix margin on hero
1 parent 4da1b81 commit 84e0c83

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/pages/release-notes/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const { Content, headings } = await note.render();
4949
<a href="/release-notes/" class="no-underline">← Back to all posts</a>
5050
</p>
5151
</div>
52-
<div>
52+
<div class="!mt-0">
5353
<Image src={HeroImage} alt="hero image" height="175" />
5454
</div>
5555
</div>

src/pages/release-notes/index.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ const days = Object.entries(
2828
<a href="/release-notes/feed.rss"> Subscribe to RSS </a>
2929
</span>
3030
</p>
31-
<p>
32-
<a href="/release-notes/" class="no-underline">← Back to all posts</a>
33-
</p>
3431
</div>
3532
<div class="!mt-0">
3633
<Image src={HeroImage} alt="hero image" height="175" />

0 commit comments

Comments
 (0)