Skip to content

Commit d88edd9

Browse files
committed
Add border-top to footer
1 parent c9def96 commit d88edd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function Footer() {
116116
<footer className="relative !bg-neu-100 text-neu-900 dark:!bg-neu-0 max-md:px-0 max-md:pt-0">
117117
<Stripes />
118118

119-
<div className="mx-auto max-w-[120rem] border-neu-400 dark:border-neu-100 3xl:border-x">
119+
<div className="mx-auto max-w-[120rem] border-neu-400 dark:border-neu-100 3xl:border-x 3xl:dark:border-t">
120120
<div className="flex flex-wrap justify-between gap-4 p-4 max-md:w-full md:p-6 2xl:px-10">
121121
<NextLink href="/" className="nextra-logo flex items-center">
122122
<GraphQLWordmarkLogo className="h-6" title="GraphQL" />

0 commit comments

Comments
 (0)