We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982ce2e commit 3011a9dCopy full SHA for 3011a9d
1 file changed
src/pages/index.astro
@@ -17,7 +17,7 @@ import { Image } from "astro:assets";
17
id="bg-canvas"
18
class="fixed top-0 left-0 w-screen h-screen block -z-10"></canvas>
19
<div
20
- class="p-[6vw] inset-0 bg-[radial-gradient(circle_at_top_right,_rgba(139,92,246,0.25),_transparent_70%)]"
+ class="pl-[6vw] pt-[8vh] inset-0 bg-[radial-gradient(circle_at_top_right,_rgba(139,92,246,0.25),_transparent_70%)]"
21
>
22
<div class="flex">
23
<a class="self-center" href="https://github.com/lith-x">
0 commit comments