Add functionality for dynamic header movement, design tweaks
This commit is contained in:
@@ -9,7 +9,7 @@ const Service = ({ ...props }) => (
|
||||
>
|
||||
<img
|
||||
src={props.img}
|
||||
className={`w-full md:max-w-sm p-4 z-10 ${props.imgClasses}`}
|
||||
className={`w-full md:max-w-sm p-4 ${props.imgClasses}`}
|
||||
alt={`${props.title} agency`}
|
||||
/>
|
||||
<InfoBox
|
||||
|
||||
Reference in New Issue
Block a user