Stylistic changes according to new guidelines

This commit is contained in:
Moris Zen
2018-08-01 22:33:10 +02:00
parent ef9e0536b6
commit 906f73b34f
8 changed files with 144 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ const Service = ({ ...props }) => (
alt={`${props.title} agency`}
/>
<InfoBox
classes="bg-white md:m-0 opacity-70 md:max-w-sm"
classes="p-4 md:m-0 opacity-70 md:max-w-sm"
headline={props.title}
text={props.text}
/>