Add carousel, service info and style changes

This commit is contained in:
Moris Zen
2018-07-09 19:30:46 +02:00
parent 83968b1639
commit 04287d5615
5 changed files with 229 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ const IntroDefault = ({ ...props }) => (
{props.headline && (
<h1
className={`${props.light ? headlineDark : ''}
font-light pt-1 pb-2`}
font-normal pt-1 pb-2`}
>
{props.headline}
</h1>