Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Feb 17, 2025
1 parent c252fae commit 19e1a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function HomeContent() {
<div className="fixed inset-0 bg-gradient-to-br from-black via-black to-zinc-800/25" />

<motion.div
className="container mx-auto px-4 max-w-3xl py-8 md:py-24"
className="container mx-auto px-4 max-w-3xl py-8 md:py-12 md:pt-24"
variants={contentVariants}
initial={{ opacity: 0, scale: 0.98 }}
animate={{ opacity: 1, scale: 1 }}
Expand Down Expand Up @@ -390,7 +390,7 @@ function HomeContent() {

<motion.div
ref={footerRef}
className="text-center text-zinc-600 text-xs backdrop-blur-sm font-mono tracking-wider"
className="text-center text-zinc-600 text-xs backdrop-blur-sm font-mono tracking-wider pt-12"
initial={{ opacity: 0, y: 10 }}
animate={{
opacity: footerInView ? 1 : 0,
Expand Down

0 comments on commit 19e1a76

Please sign in to comment.