Margin top mobile
This commit is contained in:
@@ -118,15 +118,15 @@ export default function DeployPage() {
|
||||
dotSize={2}
|
||||
/>
|
||||
</div>
|
||||
<div className="absolute inset-0 bg-[radial-gradient(circle_at_center,_rgba(0,0,0,1)_0%,_transparent_100%)]" />
|
||||
<div className="absolute top-0 left-0 right-0 h-1/3 bg-gradient-to-b from-black to-transparent" />
|
||||
<div className="absolute inset-0 bg-[radial-gradient(circle_at_center,rgba(0,0,0,1)_0%,transparent_100%)]" />
|
||||
<div className="absolute top-0 left-0 right-0 h-1/3 bg-linear-to-b from-black to-transparent" />
|
||||
</div>
|
||||
|
||||
<LanguageSelector currentLang={lang} onLangChange={setLang} />
|
||||
|
||||
<div className="relative z-10 w-full max-w-[640px] p-4 md:p-8">
|
||||
<header className="text-center mb-12">
|
||||
<motion.h1
|
||||
<div className="relative z-10 w-full max-w-w160 p-4 md:p-8">
|
||||
<header className="text-center mb-12 mt-25 md:mt-0">
|
||||
<motion.h1
|
||||
initial={{ opacity: 0, y: -20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.5, delay: 0.1 }}
|
||||
@@ -134,7 +134,7 @@ export default function DeployPage() {
|
||||
>
|
||||
{t('title')}
|
||||
</motion.h1>
|
||||
<motion.p
|
||||
<motion.p
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 0.5, delay: 0.2 }}
|
||||
@@ -207,7 +207,7 @@ export default function DeployPage() {
|
||||
</AnimatePresence>
|
||||
</main>
|
||||
|
||||
<motion.footer
|
||||
<motion.footer
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 0.5, delay: 0.5 }}
|
||||
|
||||
Reference in New Issue
Block a user