File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
3333 <div id =' main-content' class =' relative z-10 flex flex-col items-center px-4' >
3434 <!-- Rive Animation Block -->
3535 <!-- Motto Block -->
36- <div class =' relative z-10 top-24 flex justify-center' >
36+ <div class =' relative z-10 mt-8 flex justify-center' >
3737 <div
3838 class =' inline-flex items-center gap-x-2 sm:gap-x-3 rounded-full border bg-background/80 px-3 py-1.5 sm:px-4 sm:py-2 text-xs sm:text-sm shadow-sm backdrop-blur transition-shadow hover:shadow-md'
3939 >
@@ -51,7 +51,7 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
5151
5252 <div class =' relative w-screen' >
5353 <canvas id =' rive-canvas' class =' w-full h-auto' ></canvas >
54- <p class =' absolute bottom-8 right-6 text-xs text-muted-foreground/50 pointer-events-none' >
54+ <p class =' absolute right-6 text-xs text-muted-foreground/50 pointer-events-none bottom-4 sm:bottom-12 ' >
5555 Animation by <a
5656 href =' https://fivepathways.com/'
5757 target =' _blank'
You can’t perform that action at this time.
0 commit comments