Skip to content

Commit 3011a9d

Browse files
committed
slight padding tweaks
1 parent 982ce2e commit 3011a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Image } from "astro:assets";
1717
id="bg-canvas"
1818
class="fixed top-0 left-0 w-screen h-screen block -z-10"></canvas>
1919
<div
20-
class="p-[6vw] inset-0 bg-[radial-gradient(circle_at_top_right,_rgba(139,92,246,0.25),_transparent_70%)]"
20+
class="pl-[6vw] pt-[8vh] inset-0 bg-[radial-gradient(circle_at_top_right,_rgba(139,92,246,0.25),_transparent_70%)]"
2121
>
2222
<div class="flex">
2323
<a class="self-center" href="https://github.com/lith-x">

0 commit comments

Comments
 (0)