Skip to content

Commit

Permalink
added some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou committed Nov 25, 2024
1 parent e5288af commit f98d53c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/ui-src/src/components/layout/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export const HomePage = () => {
return (
<>
<Collapse in={showBanner}>
<Banner bannerData={bannerData} />
<Box margin="0 2rem">
<Banner bannerData={bannerData} />
</Box>
</Collapse>
<PageTemplate>
{/* show standard view to state users */}
Expand Down

0 comments on commit f98d53c

Please sign in to comment.