More consistent shadow on about image
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m25s

This commit is contained in:
2025-09-08 16:05:50 +09:30
parent 5c5a7524ab
commit 6542cb42a2
4 changed files with 7 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ const tracks = (
<Image
src={aboutImage}
alt="Nathan conducting the Woodville Concert Band"
class="mx-auto mt-8 size-96 rounded-full object-cover drop-shadow-lg/75 transition ease-in-out md:hover:scale-150 md:hover:shadow-xl/50"
class="mx-auto mt-8 size-96 rounded-full object-cover shadow-lg/75 transition ease-in-out md:hover:scale-150"
transition:name="aboutImage"
height={576}
/>