Skip to content

Commit 8e54ebe

Browse files
committed
fix styles in footer
1 parent f3aeff2 commit 8e54ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/website/components/layout/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ThemeChanger = dynamic(() => import("../common/ThemeChanger"), {
1919

2020
export default function Footer() {
2121
return (
22-
<div className="border-t border-[var(--color-bd)] bg-[var(--color-bg)] py-4 sm:py-6">
22+
<div className="border-t border-[var(--color-bd)] bg-[var(--color-bg)] py-6">
2323
<div className="mx-auto flex max-w-screen-xl flex-col justify-between gap-4 px-4 sm:flex-row sm:px-6">
2424
<div className="flex flex-col gap-4">
2525
<div className="flex items-center justify-center gap-2 sm:justify-start">
@@ -39,7 +39,7 @@ export default function Footer() {
3939
<Icon name="linkedin" size="sm" />
4040
</a>
4141
</div>
42-
<p className="flex flex-wrap gap-2 font-medium sm:gap-4">
42+
<p className="flex flex-wrap justify-center gap-3 font-medium sm:justify-start sm:gap-4">
4343
<Link
4444
className="text-[var(--color-fg-subtle)] hover:text-[var(--color-fg-subtle-hover)]"
4545
href="/challenges"

0 commit comments

Comments
 (0)