Skip to content

Commit ccfc696

Browse files
committed
increase mobile gap
1 parent 576f980 commit ccfc696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
171171
id="docs-subnav"
172172
className="bg-white z-50 px-4 w-full h-12 shadow text-gray-60 text-12 md:text-14 transition duration-300 ease-out group-[.nav-disappear]:-translate-y-16 md:group-[.nav-disappear]:transform-none">
173173
<div
174-
className="pl-30 flex gap-2 md:gap-6 lg:gap-10 items-center h-full w-full max-w-1280 m-auto">
174+
className="pl-30 flex gap-6 md:gap-6 lg:gap-10 items-center h-full w-full max-w-1280 m-auto">
175175
<Link
176176
href={`/docs/manual/${version}/introduction`}
177177
className={isActiveLink(~includes="/docs/manual/", ~excludes="/api", ~route)}>

0 commit comments

Comments
 (0)