Skip to content

Commit f887b9b

Browse files
committed
2 column width limit
1 parent 26ff136 commit f887b9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/PageHeader/RootPage.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ const borderStyle = isFilterRoute ? "" : "border-b border-sidebar-type-color";
1515
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
>
1717
<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>
18+
<p class="text-h3 !mt-0 mb-3xl col-span-2">{subtitle}</p>
1919
</div>

src/components/ReferenceDirectoryWithFilter/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const ReferenceDirectoryWithFilter = ({
162162
<div>
163163
<div class="h-0 overflow-visible">
164164
<div class="relative -top-[75px] grid h-[75px] grid-cols-2 gap-x-[40px] border-b border-sidebar-type-color bg-accent-color px-5 pb-lg md:px-lg lg:grid-cols-4">
165-
<div class="text-body col-span-3 flex w-full max-w-[750px] border-b border-accent-type-color text-accent-type-color">
165+
<div class="text-body col-span-2 flex w-full max-w-[750px] border-b border-accent-type-color text-accent-type-color">
166166
<input
167167
type="text"
168168
id="search"

0 commit comments

Comments
 (0)