aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/website/ts/@next/components/footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/footer.tsx b/packages/website/ts/@next/components/footer.tsx
index 0a9decd76..75944c910 100644
--- a/packages/website/ts/@next/components/footer.tsx
+++ b/packages/website/ts/@next/components/footer.tsx
@@ -109,7 +109,7 @@ const LinkList = (props: LinkListProps) => (
);
const FooterSection = styled.footer`
- padding: 30px;
+ padding: 40px 30px 30px 30px;
margin-top: 30px;
background-color: #181818;
`;