Skip to content

Commit 2638411

Browse files
style: remove tight letter spacing for serif title
1 parent e5f4968 commit 2638411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/[pullOrIssue=poi]/[org]/[repo]/[id=number]/PageRenderer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</script>
109109

110110
<div class="container py-8">
111-
<h2 class="group mb-8 scroll-m-20 border-b pb-2 font-semibold tracking-tight xs:text-3xl">
111+
<h2 class="group mb-8 scroll-m-20 border-b pb-2 font-semibold xs:text-3xl">
112112
<a href={info.html_url}>
113113
<MarkdownRenderer
114114
markdown={info.title}

0 commit comments

Comments
 (0)