Add functionality for dynamic header movement, design tweaks

This commit is contained in:
Moris Zen
2018-08-30 09:57:48 +02:00
parent 10e200fbd6
commit 7b76680ec4
14 changed files with 258 additions and 144 deletions

View File

@@ -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