Skip to content

Commit

Permalink
chore: style churning
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun46 committed May 19, 2024
1 parent 93dc993 commit 7569643
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/welcome/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ getAccounts().then((accounts) => {
<FlexBox ai="center" jc="center" :gap="12" class="w-full h-full">
<FlexBox d="col" class="gap-y-15">
<FlexBox d="col" :gap="3">
<div class="text-2xl font-semibold w-80">The Entrance to The Web3 Blockchain</div>
<h3 class="text-2xl font-semibold w-80">
The Entrance
<br />
to the Web3 Blockchain
</h3>
<p class="text-gray-primary w-96">Metalet is the way to explore your crypto journey.</p>
</FlexBox>
<FlexBox d="col" :gap="4">
Expand Down

0 comments on commit 7569643

Please sign in to comment.