Restructuring and styling of components
This commit is contained in:
@@ -9,7 +9,7 @@ const Service = ({ ...props }) => (
|
||||
alt={`${props.title} agency`}
|
||||
/>
|
||||
<InfoBox
|
||||
classes="bg-white p-8 shadow lg:m-0 opacity-75 lg:max-w-sm"
|
||||
classes="bg-white p-8 shadow lg:m-0 opacity-70 lg:max-w-sm"
|
||||
headline={props.title}
|
||||
text={props.text}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user