We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109c526 commit 5fdae50Copy full SHA for 5fdae50
apps/web/components/BlogAppbar.tsx
@@ -166,7 +166,7 @@ export const BlogAppbar = ({
166
) : (
167
<>
168
<motion.div
169
- className={`z-[50] flex w-full flex-col justify-between gap-2 p-6 md:flex-row ${visible ? "translate-y-0" : "-translate-y-full"}`}
+ className={`z-[50] flex w-full flex-col justify-between gap-2 pt-6 px-6 pb-0 md:flex-row ${visible ? "translate-y-0" : "-translate-y-full"}`}
170
initial={{ y: 0 }}
171
animate={{ y: visible ? 0 : -100 }}
172
transition={{ duration: 0.3 }}
0 commit comments