We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8602d23 commit 4893174Copy full SHA for 4893174
1 file changed
src/pages/work/[...slug].astro
@@ -66,14 +66,14 @@ const nextEntry = projects[(currentIndex + 1) % projects.length];
66
}
67
</div>
68
69
- <h1 class="mb-1 text-4xl font-medium dark:text-white">{title}</h1>
+ <h1 class="mb-1 text-3xl dark:text-white">{title}</h1>
70
<p class="opacity-60">
71
<FormattedDate date={pubDate} />
72
</p>
73
{description && <p class="mb-12 text-pretty">{description}</p>}
74
75
<!-- badges -->
76
- <div class="mb-4 text-lg dark:text-white">Tools used</div>
+ <h2 class="mb-4 text-lg dark:text-white">Tools used</h2>
77
<ul class="mb-6 flex list-none flex-wrap gap-2.5">
78
{
79
tags.map((tag) => (
0 commit comments