You've already forked AstralRinth
forked from didirus/AstralRinth
fix: mobile responsiveness (hacky) (#4230)
This commit is contained in:
@@ -1,24 +1,28 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
id="medal"
|
id="medal"
|
||||||
class="medal-promotion flex w-full flex-row justify-between rounded-xl px-8 py-6 shadow-xl"
|
class="medal-promotion flex w-full flex-col items-start gap-4 rounded-xl px-4 py-4 shadow-xl md:flex-row md:items-center md:justify-between md:gap-0 md:px-8 md:py-6"
|
||||||
>
|
>
|
||||||
<MedalBackgroundImage />
|
<MedalBackgroundImage />
|
||||||
<div class="z-10 flex items-center gap-6 text-2xl font-semibold text-contrast">
|
<div
|
||||||
<MedalIcon class="h-10 w-auto text-contrast" />
|
class="z-10 flex items-start gap-3 text-xl font-semibold text-contrast md:items-center md:gap-6 md:text-2xl"
|
||||||
|
>
|
||||||
|
<MedalIcon class="h-8 w-auto text-contrast md:h-10" />
|
||||||
<div class="flex flex-col items-start gap-1">
|
<div class="flex flex-col items-start gap-1">
|
||||||
<span>
|
<span>
|
||||||
Try a free
|
Try a free
|
||||||
<span class="text-medal-orange">3GB server</span> for 5 days powered by
|
<span class="text-medal-orange">3GB server</span> for 5 days powered by
|
||||||
<span class="text-medal-orange">Medal</span>
|
<span class="text-medal-orange">Medal</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="text-sm font-medium text-secondary">
|
<span class="text-xs font-medium text-secondary md:text-sm">
|
||||||
Limited-time offer. No credit card required. Available for US servers.
|
Limited-time offer. No credit card required. Available for US servers.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ButtonStyled color="medal-promo" type="outlined" size="large">
|
<ButtonStyled color="medal-promo" type="outlined" size="large" class="z-10 my-auto mt-2">
|
||||||
<nuxt-link to="https://medal.tv/modrinth" class="z-10 my-auto"
|
<nuxt-link
|
||||||
|
to="https://medal.tv/modrinth"
|
||||||
|
class="z-10 flex w-full items-center justify-center gap-1 md:mt-0 md:w-auto"
|
||||||
>Learn more <ExternalIcon
|
>Learn more <ExternalIcon
|
||||||
/></nuxt-link>
|
/></nuxt-link>
|
||||||
</ButtonStyled>
|
</ButtonStyled>
|
||||||
|
|||||||
Reference in New Issue
Block a user