Skip to content

Commit

Permalink
Update hero layout
Browse files Browse the repository at this point in the history
  • Loading branch information
saulprl-enc committed Jul 30, 2024
1 parent 3a5c338 commit c68beba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ export const Hero = () => {
return (
<Section>
<div className="flex flex-col items-start justify-center basis-1/2 gap-6 p-2">
<h1 className="font-bold text-4xl">
Welcome to my Spark Journey!
</h1>
<img
src="/encora-logo-black.svg"
alt="Encora's logo"
className="h-10 self-center md:self-auto"
className="h-6"
/>
<h1 className="font-bold text-4xl text-center md:text-left">
Welcome to my Spark Journey!
</h1>
<p>
Hi, my name is{" "}
<span className="font-bold text-primary">Saúl Ramos</span> and in this
Expand Down

0 comments on commit c68beba

Please sign in to comment.