Skip to content

Commit

Permalink
Fixed pfp size
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Jan 19, 2024
1 parent 5cbdbe3 commit 7709fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
<img
src="https://avatars.githubusercontent.com/u/132187043?v=4"
alt="ron"
className="overflow-hidden w-1/3 md:w-1/5 flex-[0_0_auto] rounded-full"
className="overflow-hidden w-1/2 md:w-1/5 flex-[0_0_auto] rounded-full"
/>
<h1 className="md:text-3xl text-xl">
<span className="flex flex-row items-center">
Expand Down

0 comments on commit 7709fe1

Please sign in to comment.