Skip to content

Commit

Permalink
Adjust heading size for improved responsiveness in landing content
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn1ee committed Dec 6, 2024
1 parent 59446c4 commit 2b30026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sections/0-landing/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Content = () => {
return (
<div className="absolute left-[8vw] top-[120px] sm:top-[14vh] xl:top-[100px] inline-block z-40">
{/* TITLE */}
<h1 className="text-[40px] sm:text-[10vw] font-bold leading-none drop-shadow-title">
<h1 className="text-[40px] sm:text-[8vw] font-bold leading-none drop-shadow-title">
<motion.div
initial={{ opacity: 0, y: -30 }}
animate={{ opacity: 1.01, y: 0 }}
Expand Down

0 comments on commit 2b30026

Please sign in to comment.