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

@@ -75,7 +75,7 @@ const IndexPage = ({ ...props }) => (
standard
text="More About What We Do"
url="/services"
classes="mb-8 lg:mb-24 rounded-full hover:shadow-md text-grey-darker hover:shadow"
classes="font-medium mb-8 lg:mb-24 rounded-full hover:shadow-md text-grey-darker hover:shadow"
/>
</div>
</section>
@@ -107,7 +107,7 @@ const IndexPage = ({ ...props }) => (
filled
text="Let's Get In Touch"
url="/contact"
classes="text-white font-normal shadow hover:shadow-md rounded-full mt-2 font-light bg-teal hover:bg-teal-dark"
classes="text-white font-medium shadow hover:shadow-md rounded-full mt-2 font-light bg-teal hover:bg-teal-dark"
/>
</section>