mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
CE-1727 - minor mobile placement adjustments
This commit is contained in:
@ -64,13 +64,14 @@ function Footer({company, links}: Props): JSX.Element
|
|||||||
<Box
|
<Box
|
||||||
width="100%"
|
width="100%"
|
||||||
display="flex"
|
display="flex"
|
||||||
flexDirection={{xs: "column", lg: "row"}}
|
flexDirection={{xs: "column", md: "row"}}
|
||||||
justifyContent="space-between"
|
justifyContent="space-between"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
px={1.5}
|
px={1.5}
|
||||||
style={{
|
style={{
|
||||||
position: "fixed", bottom: "0px", zIndex: -1, marginBottom: "10px",
|
position: "fixed", bottom: "0px", zIndex: -1, marginBottom: "10px",
|
||||||
}}
|
}}
|
||||||
|
left={{xs: "0", xl: "auto"}}
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
href && name &&
|
href && name &&
|
||||||
|
Reference in New Issue
Block a user