Skip to content

Commit bdefd23

Browse files
feat(docs): update CommonHeader styles for improved layout and spacing
1 parent ebdd6c4 commit bdefd23

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

documentation/src/refine-theme/common-header.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,23 @@ export const CommonHeader = ({
7777
"h-16",
7878
"flex",
7979
"items-center",
80-
"justify-between",
8180
"max-w-[896px]",
8281
"px-4 landing-md:px-0",
8382
"landing-lg:max-w-[1200px]",
8483
)}
8584
>
86-
<div className={clsx("w-[130px]", "landing-lg:w-[200px]")}>
85+
<div className={clsx("w-[152px]", "landing-lg:w-[204px]")}>
8786
<Link to="/" onContextMenu={openFigma}>
8887
<RefineCoreLogoIcon className={clsx("!text-white")} />
8988
</Link>
9089
</div>
9190
<button
9291
type="button"
93-
className={clsx("text-white", "block landing-md:hidden")}
92+
className={clsx(
93+
"text-white",
94+
"block landing-md:hidden",
95+
"ml-auto",
96+
)}
9497
onClick={() => setIsModalOpen(true)}
9598
>
9699
<HamburgerIcon />
@@ -104,6 +107,7 @@ export const CommonHeader = ({
104107
"items-center",
105108
"justify-end",
106109
"gap-4",
110+
"ml-auto",
107111
)}
108112
>
109113
<SearchBar

0 commit comments

Comments
 (0)