From b76e4ac2952232a4f49594131dca52592169cbb8 Mon Sep 17 00:00:00 2001 From: CloudCludfore Date: Fri, 14 Jun 2024 05:37:59 +0700 Subject: [PATCH] commit fix --- src/app/get-aura/wallet-connect.tsx | 2 +- src/app/import.css | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/get-aura/wallet-connect.tsx b/src/app/get-aura/wallet-connect.tsx index a7f04da..ce3eef8 100644 --- a/src/app/get-aura/wallet-connect.tsx +++ b/src/app/get-aura/wallet-connect.tsx @@ -117,7 +117,7 @@ function WalletConnectEVM() { {!_account?.address ? (
-
+
More ways to get AURA
diff --git a/src/app/import.css b/src/app/import.css index b2fc1df..c5f1f6a 100644 --- a/src/app/import.css +++ b/src/app/import.css @@ -29,6 +29,15 @@ .info { flex-direction: column; } + + .get-more-aura-box { + flex-direction: column; + padding: 56px 24px !important; + } + + .get-more-aura-box .description { + font-size: 32px; + } } .address-small-text { @@ -112,6 +121,10 @@ background: #171513; } +.get-more-aura-box .description { + font-size: 36px; +} + .button-border-gradient { position: relative; border-radius: 9999px;