Skip to content

Commit

Permalink
Merge pull request #380 from aura-nw/bugfix/fix-text-description-getaura
Browse files Browse the repository at this point in the history
commit fix
  • Loading branch information
CloudCludfore authored Jun 13, 2024
2 parents cc90ae0 + b76e4ac commit 8e90393
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/get-aura/wallet-connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function WalletConnectEVM() {
</div>
{!_account?.address ? (
<div className="get-more-aura-box">
<div className="text-white self-stretch text-center lg:text-center font-ppmori-semibold" style={{ fontSize: "36px" }}>
<div className="text-white self-stretch text-center lg:text-center font-ppmori-semibold description">
More ways to get AURA
</div>

Expand Down
13 changes: 13 additions & 0 deletions src/app/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -112,6 +121,10 @@
background: #171513;
}

.get-more-aura-box .description {
font-size: 36px;
}

.button-border-gradient {
position: relative;
border-radius: 9999px;
Expand Down

0 comments on commit 8e90393

Please sign in to comment.