Quickfix styling

This commit is contained in:
Moris Zen
2018-08-30 14:58:22 +02:00
parent 611ce0d2ac
commit b7326dc644
3 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ const ServicesPage = () => (
</section>
<div className="px-4 py-16 bg-saburly-fadeout">
<div className="container mx-auto lg:flex justify-center items-center">
<div className="container mx-auto xl:flex justify-center items-center">
<SectionIntro
headline="Flexible Workflow"
text="We are helping everything from Fortune 500 companies to startups
@@ -149,7 +149,7 @@ const ServicesPage = () => (
value and meets your specific business requirements"
classes="container mx-auto"
/>
<img src={HowWeWork} className="-mb-16" alt="DevOps Agency" />
<img src={HowWeWork} className="w-full -mb-16" alt="DevOps Agency" />
</div>
<WorkStyle />
</div>