We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc143f commit 3120ab4Copy full SHA for 3120ab4
src/pages/index.tsx
@@ -17,7 +17,7 @@ import { useCurrentSize } from '../utils/useCurrenSize'
17
export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
18
const { isMD } = useCurrentSize()
19
return (
20
- <div className="flex flex-col md:flex-row px-8 mt-8 max-w-[96rem] mx-auto">
+ <div className="flex flex-col md:flex-row px-4 mt-4 md:px-8 md:mt-8 max-w-[96rem] mx-auto">
21
<div className="md:w-2/3 order-2 md:order-1 mr-0 md:mr-8">
22
<Operations />
23
</div>
0 commit comments