More consistent shadow on about image
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m25s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m25s
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user