Added intro image, office images and contact page details

This commit is contained in:
Moris Zen
2018-08-23 00:14:01 +02:00
parent a4ce786dcc
commit 4d7b29f32a

View File

@@ -6,7 +6,7 @@ import Button from './Button'
const PageIntro = ({ ...props }) => ( const PageIntro = ({ ...props }) => (
<section className="bg-saburly-light relative"> <section className="bg-saburly-light relative">
<div <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' : '' props.reversed ? 'flex-col-reverse' : ''
} p-4`} } p-4`}
> >