change direction of stack for mobile

This commit is contained in:
Alex Holliday
2025-02-26 12:38:03 -08:00
parent 29d6d01ce7
commit e4a837a20a
@@ -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}