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 1fc8e87 commit ca6eef4Copy full SHA for ca6eef4
1 file changed
src/app/speakers/[slug]/page.js
@@ -44,7 +44,7 @@ const SpeakerDetails = ({ params }) => {
44
alt={speaker.name}
45
width={350}
46
height={550}
47
- className="rounded-2xl transition duration-500 shadow-xl hover:shadow-2xl object-cover overflow-hidden w-full"
+ className="rounded-2xl aspect-square transition duration-500 shadow-xl hover:shadow-2xl object-cover overflow-hidden w-full"
48
/>
49
<h1
50
className="text-[min(9vw,50px)] leading-[1.3] tracking-tighter pt-10 font-semibold text-transparent bg-clip-text bg-gradient-to-b from-black to-gray-700 mb-1">{speaker.name}</h1>
0 commit comments