Skip to content

Commit 4893174

Browse files
committed
smaller h1, tools h2
1 parent 8602d23 commit 4893174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/work/[...slug].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ const nextEntry = projects[(currentIndex + 1) % projects.length];
6666
}
6767
</div>
6868

69-
<h1 class="mb-1 text-4xl font-medium dark:text-white">{title}</h1>
69+
<h1 class="mb-1 text-3xl dark:text-white">{title}</h1>
7070
<p class="opacity-60">
7171
<FormattedDate date={pubDate} />
7272
</p>
7373
{description && <p class="mb-12 text-pretty">{description}</p>}
7474

7575
<!-- badges -->
76-
<div class="mb-4 text-lg dark:text-white">Tools used</div>
76+
<h2 class="mb-4 text-lg dark:text-white">Tools used</h2>
7777
<ul class="mb-6 flex list-none flex-wrap gap-2.5">
7878
{
7979
tags.map((tag) => (

0 commit comments

Comments
 (0)