Skip to content

Commit

Permalink
Update nexus gates
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall2112 committed Mar 21, 2023
1 parent ef2419b commit d738457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/dapp/src/components/Pages/Nexus/NexusGates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const NexusGatesContainer = styled.div`
`;

const KeyForm = styled.form`
// position: absolute;
// bottom: 2rem;
// right: 2rem;
position: absolute;
bottom: 2rem;
right: 2rem;
display: flex;
justify-content: center;
align-items: center;
justify-content: flex-end;
align-items: flex-end;
height: 100%;
`;

Expand Down

0 comments on commit d738457

Please sign in to comment.