Skip to content

Commit

Permalink
Merge pull request #246 from codeforjapan/feat/add-space
Browse files Browse the repository at this point in the history
feat: add bottom space
  • Loading branch information
ayuki-joto authored Jan 14, 2024
2 parents aceb0a1 + ed5a938 commit 496cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/homes/HomeFooter/HomeFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const HomeFooter: FC<Props> = (props) => {
</Container>
)}

<Text fontSize={14} mt={'auto'} pt={{ base: 10, md: 20 }}>
<Text fontSize={14} mt={'auto'} pt={{ base: 10, md: 20 }} mb={6}>
本アプリケーションは、日本財団の「グーグル基金」の支援金を受けて一部機能の追加を実施しました
</Text>
<Text fontSize={14} mt={'auto'} pb={{ base: 0, md: 5 }}>
Expand Down

0 comments on commit 496cace

Please sign in to comment.