From d738457714ddb0e06fc06d8aa8cf7624834bc73c Mon Sep 17 00:00:00 2001 From: marshall <99344331+marshall2112@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:04:07 -0500 Subject: [PATCH] Update nexus gates --- apps/dapp/src/components/Pages/Nexus/NexusGates.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/dapp/src/components/Pages/Nexus/NexusGates.tsx b/apps/dapp/src/components/Pages/Nexus/NexusGates.tsx index 103c7a6859..abdbdc6e16 100644 --- a/apps/dapp/src/components/Pages/Nexus/NexusGates.tsx +++ b/apps/dapp/src/components/Pages/Nexus/NexusGates.tsx @@ -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%; `;