hotfix: adjusted the position of the check in so its not so close to the edge, and some minor style stuff

This commit is contained in:
csawatzky 2025-12-30 10:43:07 -06:00
parent 59aae7a8a1
commit 2dc633e6ca
2 changed files with 4 additions and 5 deletions

View file

@ -289,12 +289,11 @@ export default function GateDevice(props: Props) {
return (
<Grid
container
direction={(isMobile) ? "column" : "row"}
// direction={(isMobile) ? "column" : "row"}
width="100%"
spacing={(isMobile) ? 7 : 0}
//alignItems="center"
>
<Grid size={{ sm: 12, lg: isMobile || drawerView ? 12 : 4}} style={{ padding: 10 }}>
<Grid width={"100%"} size={{ sm: 12, lg: isMobile || drawerView ? 12 : 4}} style={{ padding: 10 }}>
<Box
display="flex"
justifyContent="space-between"