Add functionality for dynamic header movement, design tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user