Skip to content

Commit 3fb98bd

Browse files
committed
lock height on phone
1 parent f69865e commit 3fb98bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/projects/[...kind].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const projects = (await getCollection("projects"))
3535
image={null}
3636
>
3737
<main class="container mx-auto px-4 py-24">
38-
<h1 class="text-center text-4xl">{kind.title}</h1>
38+
<h1 class="mb-5 min-h-[2.25em] text-center text-4xl">{kind.title}</h1>
3939
<div role="tablist" class="tabs tabs-lift">
4040
{
4141
kinds.map((tab) => (

0 commit comments

Comments
 (0)