We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217bf18 commit bd17e18Copy full SHA for bd17e18
src/components/PageHeader/RootPage.astro
@@ -12,7 +12,7 @@ const borderStyle = isFilterRoute ? "" : "border-b border-sidebar-type-color";
12
---
13
14
<div
15
- class=`content-grid-simple min-h-[350px] h-[50vh] pt-[11.25rem] lg:pt-4xl bg-accent-color text-accent-type-color pb-md px-5 md:px-lg ${borderStyle}`
+ class=`content-grid-simple min-h-[350px] pt-[11.25rem] lg:pt-4xl bg-accent-color text-accent-type-color pb-md px-5 md:px-lg ${borderStyle}`
16
>
17
<h1 class="whitespace-pre-line col-span-full mb-5">{title}</h1>
18
<p class="text-h3 !mt-0 mb-3xl col-span-2">{subtitle}</p>
0 commit comments