We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b024c5 commit a1dd2b7Copy full SHA for a1dd2b7
1 file changed
src/components/PageHeader/RootPage.astro
@@ -12,8 +12,8 @@ const borderStyle = isFilterRoute ? "" : "border-b border-sidebar-type-color";
12
---
13
14
<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}`
+ 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}`
16
>
17
- <h1 class="whitespace-pre-line">{title}</h1>
18
- <p class="text-h3 mt-0 mb-3xl">{subtitle}</p>
+ <h1 class="whitespace-pre-line col-span-full mb-5">{title}</h1>
+ <p class="text-h3 !mt-0 mb-3xl col-span-3">{subtitle}</p>
19
</div>
0 commit comments