footer responsivness

This commit is contained in:
Ilja 2022-02-09 17:06:55 +02:00
parent e8a7f0f99f
commit f970b91d7d

View File

@ -37,6 +37,7 @@ export default function Layout({ children, initialized }: Props) {
alignItems: initialized ? 'normal' : 'center', alignItems: initialized ? 'normal' : 'center',
borderRadius: 0, borderRadius: 0,
outline: 'none', outline: 'none',
paddingBottom: 5,
'@xs': { '@xs': {
borderRadius: '$lg', borderRadius: '$lg',
height: '95vh', height: '95vh',
@ -62,7 +63,8 @@ export default function Layout({ children, initialized }: Props) {
<Card.Footer <Card.Footer
css={{ css={{
minHeight: 55, height: '50px',
minHeight: '50px',
position: 'sticky', position: 'sticky',
bottom: 0, bottom: 0,
left: 0 left: 0