Skip to content

Commit a736a29

Browse files
committed
line-height on h3
1 parent 57b4e61 commit a736a29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/content/release-notes/2024/11/27/stuff-and-things.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Donec faucibus nunc vel fermentum porttitor. Etiam ac lorem dui. Du
44
products:
55
- workers
66
- kv
7-
tags: changed
87
date: 2024-11-27T11:00:00Z
98
---
109

src/pages/release-notes/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const days = Object.entries(
4343
<li>
4444
<div>
4545
<a href={`/release-notes/${entry.slug}/`} class="no-underline hover:underline">
46-
<h3 class="text-[var(--sl-color-text)]">
46+
<h3 class="!leading-[28px] text-black">
4747
{entry.data.title}
4848
</h3>
4949
</a>

0 commit comments

Comments
 (0)