💄(frontend) narrow home layout
Avoid having too much white space around the home content.
This commit is contained in:
committed by
aleb_the_flash
parent
200e2d3c2f
commit
6e49ab3230
@@ -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',
|
||||
},
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user