Skip to content

Commit

Permalink
update profile picture size
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrunix committed Nov 30, 2023
1 parent c5acfc9 commit e903afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const HeroSection = () => {
transition={{ duration: 0.5 }}
className="col-span-4 place-self-center mt-4 lg:mt-0"
>
<div className="rounded-full bg-[#181818] w-[250px] h-[250px] lg:w-[400px] lg:h-[400px] relative overflow-hidden">
<div className="rounded-full bg-[#181818] w-[250px] h-[250px] lg:w-[450px] lg:h-[450px] relative overflow-hidden">
<img
src="/images/portfolio_img.png"
alt="What happened to my photo?"
Expand Down

0 comments on commit e903afa

Please sign in to comment.