Quickfixes styling
This commit is contained in:
@@ -33,19 +33,19 @@ const AboutPage = () => (
|
||||
/>
|
||||
</Fade>
|
||||
|
||||
<section className="container mx-auto my-12 p-4">
|
||||
<section className="container mx-auto my-20 p-10">
|
||||
<Fade>
|
||||
<div className="md:flex justify-center items-center">
|
||||
<div className="text-center lg:flex justify-center items-center">
|
||||
<img
|
||||
src={MeaningSaburly}
|
||||
className="hidden lg:block max-h-xs"
|
||||
className="max-h-xs"
|
||||
alt="User Experience Design Agency"
|
||||
/>
|
||||
<div>
|
||||
<p className="font-light text-grey-darkest text-center">
|
||||
<p className="py-2 font-light text-grey-darkest text-center">
|
||||
Saburly comes from an old Bosnian saying and is about
|
||||
</p>
|
||||
<h5 className="mt-2 text-center text-4xl italic font-light text-black">
|
||||
<h5 className="text-center text-4xl italic font-light text-black">
|
||||
"Achieving success through patience, strategic planning and
|
||||
perseverance"
|
||||
</h5>
|
||||
@@ -54,7 +54,7 @@ const AboutPage = () => (
|
||||
</Fade>
|
||||
</section>
|
||||
|
||||
<section className="container mx-auto my-12 p-4">
|
||||
<section className="container mx-auto my-20 p-4">
|
||||
<Fade>
|
||||
<SectionIntro
|
||||
classes="max-w-lg mx-auto"
|
||||
@@ -70,14 +70,14 @@ const AboutPage = () => (
|
||||
<Card team teamMember={Moris} title="Moris Pasic" subtitle="CEO" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team teamMember={Senad} title="Senad Uka" subtitle="CEO" />
|
||||
<Card team teamMember={Senad} title="Senad Uka" subtitle="CTO" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Edin}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
subtitle="COO"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
@@ -85,7 +85,7 @@ const AboutPage = () => (
|
||||
team
|
||||
teamMember={Mediha}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
subtitle="Developer"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
@@ -124,11 +124,11 @@ const AboutPage = () => (
|
||||
<Card
|
||||
team
|
||||
teamMember={Mickey}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
title="Miralem Halilovic"
|
||||
subtitle="Developer"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/2 p-2">
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Nedim}
|
||||
@@ -136,12 +136,12 @@ const AboutPage = () => (
|
||||
subtitle="CEO"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/2 p-2">
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Emil}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
title="Emil"
|
||||
subtitle="Project Manager"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user