Skip to content

Commit bff50b5

Browse files
committed
basics in place, not done at all
1 parent a511dc0 commit bff50b5

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
@@ -156,7 +156,7 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
156156
</nav>
157157
<nav
158158
className="z-50 px-4 w-full h-14 bg-gray-100 shadow text-white-80 text-12 transition duration-300 ease-out group-[.nav-disappear]:-translate-y-16 md:group-[.nav-disappear]:transform-none">
159-
<div className="p-l-16 flex gap-16 items-center h-full w-full max-w-md">
159+
<div className="pl-30 flex gap-16 items-center h-full w-full max-w-md">
160160
<Link
161161
href={`/docs/manual/${version}/api`}
162162
className={isActiveLink(~route, ~href=`/docs/manual/${version}/api`)}>

0 commit comments

Comments
 (0)