Improve mobile layout

This commit is contained in:
Jackson Harper
2024-05-28 20:00:43 +08:00
parent e6b804ef35
commit e512fcd9f3

View File

@ -44,6 +44,9 @@ export default function Home(): JSX.Element {
width: '646px',
gap: '40px',
minHeight: '100vh',
'@mdDown': {
width: '100%',
},
}}
>
{homeData.sections?.map((homeSection, idx) => {