Added intro image, office images and contact page details
This commit is contained in:
@@ -6,7 +6,7 @@ import Button from './Button'
|
||||
const PageIntro = ({ ...props }) => (
|
||||
<section className="bg-saburly-light relative">
|
||||
<div
|
||||
className={`container mx-auto flex lg:flex-row flex-col ${
|
||||
className={`container mx-auto items-center flex lg:flex-row flex-col ${
|
||||
props.reversed ? 'flex-col-reverse' : ''
|
||||
} p-4`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user