Skip to content

Commit

Permalink
Merge pull request #25 from DaniloNicacio/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
DaniloNicacio authored Feb 13, 2024
2 parents fc70f93 + f838313 commit c7f4049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const HeroSection = () => {
initial={{ opacity: 0, scale: 0.5 }}
animate={{ opacity: 1, scale: 1 }}
transition={{ duration: 0.5 }}
className="col-span-8 place-self-center text-center sm:text-center justify-self-start"
className="col-span-8 place-self-center text-center sm:text-left justify-self-start"
>
<h1 className="text-white mb-4 text-4xl sm:text-5xl lg:text-7xl lg:leading-normal font-extrabold">
<span className="text-transparent bg-clip-text bg-gradient-to-r from-red-600 to-blue-300">
Expand Down

0 comments on commit c7f4049

Please sign in to comment.