Skip to content

Commit 5374f44

Browse files
committed
Unify paddings
1 parent 169d796 commit 5374f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function Footer({
2222
return (
2323
<footer className="gql-all-anchors-focusable relative !bg-neu-100 text-neu-900 typography-menu dark:!bg-neu-0 max-md:px-0 max-md:pt-0">
2424
<Stripes />
25-
<div className="flex flex-wrap justify-between gap-4 p-4 max-md:w-full lg:p-10">
25+
<div className="flex flex-wrap justify-between gap-4 px-6 py-4 max-md:w-full lg:py-10">
2626
{logo}
2727
<div className="flex gap-x-4 gap-y-2 typography-body-lg">
2828
<p className="flex items-center gap-2">

0 commit comments

Comments
 (0)