💄(frontend) narrow home layout

Avoid having too much white space around the home content.
This commit is contained in:
lebaudantoine
2024-11-18 01:09:32 +01:00
committed by aleb_the_flash
parent 200e2d3c2f
commit 6e49ab3230

View File

@@ -66,8 +66,8 @@ const LeftColumn = ({ children }: { children?: ReactNode }) => {
textAlign: 'left',
alignItems: 'flex-start',
flexShrink: '1',
flexBasis: '45rem',
maxWidth: '45rem',
flexBasis: '35rem',
maxWidth: '35rem',
padding: '1em 3em',
},
})}