Skip to content

Commit a1dd2b7

Browse files
committed
remove extra padding below h1
1 parent 4b024c5 commit a1dd2b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/PageHeader/RootPage.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const borderStyle = isFilterRoute ? "" : "border-b border-sidebar-type-color";
1212
---
1313

1414
<div
15-
class=`min-h-[350px] h-[50vh] pt-5xl lg:pt-4xl bg-accent-color text-accent-type-color pb-md px-5 md:px-lg ${borderStyle}`
15+
class=`grid grid-cols-2 lg:grid-cols-4 gap-x-[40px] min-h-[350px] h-[50vh] pt-5xl lg:pt-4xl bg-accent-color text-accent-type-color pb-md px-5 md:px-lg ${borderStyle}`
1616
>
17-
<h1 class="whitespace-pre-line">{title}</h1>
18-
<p class="text-h3 mt-0 mb-3xl">{subtitle}</p>
17+
<h1 class="whitespace-pre-line col-span-full mb-5">{title}</h1>
18+
<p class="text-h3 !mt-0 mb-3xl col-span-3">{subtitle}</p>
1919
</div>

0 commit comments

Comments
 (0)