footer responsivness
This commit is contained in:
parent
e8a7f0f99f
commit
f970b91d7d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user