💄(frontend) narrow lobby column width on prejoin screen
Reduce lobby column width on prejoin screen for better visual balance and improved layout proportions.
This commit is contained in:
committed by
aleb_the_flash
parent
b34a1c8695
commit
34353b5cba
@@ -474,7 +474,7 @@ export const Join = ({
|
||||
width: '100%',
|
||||
flexDirection: 'column',
|
||||
flexGrow: 1,
|
||||
gap: { base: '1rem', sm: '2rem', lg: 0 },
|
||||
gap: { base: '1rem', sm: '2rem', lg: '2rem' },
|
||||
lg: {
|
||||
flexDirection: 'row',
|
||||
},
|
||||
@@ -771,7 +771,7 @@ export const Join = ({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
flex: '0 0 448px',
|
||||
flex: '0 0 360px',
|
||||
position: 'relative',
|
||||
margin: '1rem 1rem 1rem 0.5rem',
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user