We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69865e commit 3fb98bdCopy full SHA for 3fb98bd
src/pages/projects/[...kind].astro
@@ -35,7 +35,7 @@ const projects = (await getCollection("projects"))
35
image={null}
36
>
37
<main class="container mx-auto px-4 py-24">
38
- <h1 class="text-center text-4xl">{kind.title}</h1>
+ <h1 class="mb-5 min-h-[2.25em] text-center text-4xl">{kind.title}</h1>
39
<div role="tablist" class="tabs tabs-lift">
40
{
41
kinds.map((tab) => (
0 commit comments