Skip to content

Commit 3120ab4

Browse files
committed
feat: reduce gaps in homepage on mobile
1 parent abc143f commit 3120ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { useCurrentSize } from '../utils/useCurrenSize'
1717
export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
1818
const { isMD } = useCurrentSize()
1919
return (
20-
<div className="flex flex-col md:flex-row px-8 mt-8 max-w-[96rem] mx-auto">
20+
<div className="flex flex-col md:flex-row px-4 mt-4 md:px-8 md:mt-8 max-w-[96rem] mx-auto">
2121
<div className="md:w-2/3 order-2 md:order-1 mr-0 md:mr-8">
2222
<Operations />
2323
</div>

0 commit comments

Comments
 (0)