Skip to content

Commit

Permalink
Merge pull request #35 from Apillon/dev
Browse files Browse the repository at this point in the history
Ment (Mobile fixes)
  • Loading branch information
MoMannn authored Feb 22, 2024
2 parents 4295f09 + c47e33b commit cdfa537
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ useHead({
<p class="body-lg">
By signing up, you’ll be in the game for the hottest perks in the form of MENT token
</p>
<div class="max-w-sm">
<FormSighUp btn-text="Sign up" />
</div>
<FormSighUp btn-text="Sign up" />
</div>
<div v-if="isMd" class="flex-cc relative min-w-[20rem] w-full lg:w-1/2">
<img :src="SuperRareJpg" class="mx-auto" width="461" height="461" alt="Super rare NFT" />
<div class="flex-cc relative min-w-[20rem] w-full lg:w-1/2">
<img
v-if="isMd"
:src="SuperRareJpg"
class="mx-auto"
width="461"
height="461"
alt="Super rare NFT"
/>
<Btn
class="!text-black mt-3"
size="large"
Expand Down

0 comments on commit cdfa537

Please sign in to comment.