We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefdcbc commit 0f10da9Copy full SHA for 0f10da9
src/components/About.tsx
@@ -54,7 +54,7 @@ const About: React.FC = () => {
54
<img
55
src="https://raw.githubusercontent.com/SamHillierDev/samhillier.dev/main/src/assets/images/sam-hillier.jpg"
56
alt="Sam Hillier"
57
- className="h-50 w-50 rounded-full shadow-lg"
+ className="h-50 w-50 cursor-pointer rounded-full shadow-lg transition hover:scale-105"
58
/>
59
<div className="mt-8 w-full">
60
<Certifications />
0 commit comments