mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-05 07:59:30 -05:00
change direction of stack for mobile
This commit is contained in:
@@ -94,9 +94,9 @@ const ControlsHeader = ({
|
||||
alignItems="flex-end"
|
||||
>
|
||||
<Stack
|
||||
direction="row"
|
||||
direction={{ s: "column", md: "row" }}
|
||||
gap={theme.spacing(8)}
|
||||
alignItems="flex-end"
|
||||
alignItems={{ s: "flex-start", md: "flex-end" }}
|
||||
>
|
||||
<Image
|
||||
shouldRender={statusPage?.logo?.data ? true : false}
|
||||
|
||||
Reference in New Issue
Block a user