fix the css alignment for desktop view
This commit is contained in:
parent
3c8b5db189
commit
03e1f8ab44
1 changed files with 22 additions and 14 deletions
|
@ -4,10 +4,18 @@ import Link from "next/link";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
<div class="h-screen w-full flex justify-center relative md:mt-[10%] pt-[50vw]">
|
<div class="h-screen w-full flex justify-center items-center relative">
|
||||||
<div class="bg-gradient-to-l to-indigo-950 from-ieee-blue-100 w-[100vw] h-[60vw] md:w-[43vw] md:h-[26vw] md:blur-[3vw] blur-[8vw] rounded-full"/>
|
<div
|
||||||
<div class="flex flex-col items-center absolute md:top-0 top-[50vw]">
|
class="bg-gradient-to-l to-indigo-950 from-ieee-blue-100 w-[100vw] h-[60vw] md:w-[43vw] md:h-[26vw] md:blur-[3vw] blur-[8vw] rounded-full absolute"
|
||||||
<p class="md:text-[15vw] text-[35vw] leading-tight font-bold tracking-wider text-slate-800/90" style={{ textShadow: "0vw 0vw 0.2vw #88BFEC" }}>404</p>
|
>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col items-center z-10">
|
||||||
|
<p
|
||||||
|
class="md:text-[15vw] text-[35vw] leading-tight font-bold tracking-wider text-slate-800/90"
|
||||||
|
style={{ textShadow: "0vw 0vw 0.2vw #88BFEC" }}
|
||||||
|
>
|
||||||
|
404
|
||||||
|
</p>
|
||||||
<p class="font-extralight md:text-[1.4vw] text-[3vw]">
|
<p class="font-extralight md:text-[1.4vw] text-[3vw]">
|
||||||
Oops! You're Lost in the Circuit!🔌⚡
|
Oops! You're Lost in the Circuit!🔌⚡
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue