Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Nov 21, 2024
1 parent 44eb33f commit 70afb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-container/index-page/IndexPageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const useStyle = makeStyles((theme) => ({
const IndexPageContainer = () => {
const classes = useStyle();
return (
<div className="container m-auto">
<div className="container m-auto p-5">
<Box mx={{ xs: '5.8%', md: '10%' }}>
<Grid container direction="column">
<Header isIndexPage />
Expand Down

0 comments on commit 70afb7f

Please sign in to comment.