Skip to content

Commit

Permalink
ホームページのスタイルを調整しました
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun-Murakami committed May 6, 2024
1 parent 3b75606 commit fc26248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function HomePage() {
<>
<TreeSettingsAccordion />
<Box
sx={{ maxWidth: '900px', width: '100%', marginX: 'auto', mb: isQuickMemoExpanded ? 30 : 8 }}
sx={{ maxWidth: '900px', width: '100%', marginX: 'auto', mb: isQuickMemoExpanded ? 50 : 8 }}
id='tree-container'
>
<Box
Expand Down

0 comments on commit fc26248

Please sign in to comment.