Skip to content

Commit

Permalink
fix margins of the connect screen container
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 27, 2024
1 parent cb2c86a commit 64b86ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Connect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const ConnectPage = () => {
</Text>
<SelectedDeckContainer />
<Grid
my="1rem"
templateColumns={`1fr ${sharedDeckId === undefined ? "auto" : ""} 1fr`}
w="100%"
gap="0.5rem"
Expand Down Expand Up @@ -181,7 +182,7 @@ const Wrapper = styled(Flex)`

const ConnectContainer = styled(Flex)`
flex-direction: column;
height: 50%;
/* height: 50%; */
width: 95%;
max-width: 600px;
min-height: 600px;
Expand Down

0 comments on commit 64b86ca

Please sign in to comment.