UI fixes for large screens (#3239)

This commit is contained in:
Dotan Simha 2023-11-02 10:12:57 +02:00 committed by GitHub
parent 236326f70d
commit dcdb714a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -356,8 +356,8 @@ export const TargetLayout = ({
</div>
</div>
<div className="container pb-7 h-full">
<div className={cn('flex justify-between gap-12', className)}>
<div className="grow">{children}</div>
<div className={cn('flex justify-between gap-12 h-full', className)}>
<div className="grow flex flex-col">{children}</div>
</div>
</div>
</>

View file

@ -10,7 +10,11 @@ module.exports = {
center: true,
padding: '2rem',
screens: {
'2xl': '1400px',
sm: '100%',
md: '100%',
lg: '100%',
xl: '100%',
'2xl': '1800px',
},
},
fontFamily: {