Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
fix: Add padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
re-taro committed Dec 16, 2022
1 parent 0d4e681 commit 03d346c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const MenuLayout: FC<MenuLayoutProps> = ({ children }) => (
flexDir="column"
alignItems="center"
pt="28"
pb="16"
px={{ base: "10", lg: "25%" }}
position="static"
>
Expand Down
1 change: 1 addition & 0 deletions src/components/layout/share.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const ShareLayout: FC<ShareLayoutInterface> = ({ children }) => {
flexDir="column"
alignItems="center"
pt="28"
pb="16"
px={{ base: "3", lg: "25%" }}
position="static"
>
Expand Down

0 comments on commit 03d346c

Please sign in to comment.