diff options
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/@next/components/footer.tsx | 2 |
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; `; |