mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +02:00
Fix height issue of image
This commit is contained in:
@@ -7,7 +7,7 @@ export function AuthorCredentials() {
|
|||||||
<div className="flex items-center gap-4 text-white lg:mt-auto">
|
<div className="flex items-center gap-4 text-white lg:mt-auto">
|
||||||
<img
|
<img
|
||||||
src="https://assets.roadmap.sh/guest/kamran-course-pf-agibf.jpg"
|
src="https://assets.roadmap.sh/guest/kamran-course-pf-agibf.jpg"
|
||||||
className="aspect-[4/5] h-[140px] rounded-2xl object-cover shadow-lg"
|
className="aspect-[4/5] h-[140px] w-[112px] rounded-2xl object-cover shadow-lg"
|
||||||
alt="Kamran Ahmed"
|
alt="Kamran Ahmed"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user