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 c63f754 commit a932367Copy full SHA for a932367
src/app/conf/2025/components/footer/index.tsx
@@ -22,7 +22,7 @@ export function Footer({
22
return (
23
<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">
24
<Stripes />
25
- <div className="flex flex-wrap justify-between gap-4 p-4 max-md:w-full lg:p-10">
+ <div className="flex flex-wrap justify-between gap-4 px-6 py-4 max-md:w-full lg:py-10">
26
{logo}
27
<div className="flex gap-x-4 gap-y-2 typography-body-lg">
28
<p className="flex items-center gap-2">
0 commit comments