Quickfix styling
This commit is contained in:
@@ -17,7 +17,7 @@ const Card = ({ ...props }) => (
|
|||||||
<div className="px-6 py-4">
|
<div className="px-6 py-4">
|
||||||
<h3 className="text-black font-bold text-xl mb-2">{props.title}</h3>
|
<h3 className="text-black font-bold text-xl mb-2">{props.title}</h3>
|
||||||
<p
|
<p
|
||||||
className="text-black-lighter text-base"
|
className="text-black-light text-base"
|
||||||
dangerouslySetInnerHTML={{ __html: props.excerpt }}
|
dangerouslySetInnerHTML={{ __html: props.excerpt }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ const ServicesPage = () => (
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div className="px-4 py-16 bg-saburly-fadeout">
|
<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
|
<SectionIntro
|
||||||
headline="Flexible Workflow"
|
headline="Flexible Workflow"
|
||||||
text="We are helping everything from Fortune 500 companies to startups
|
text="We are helping everything from Fortune 500 companies to startups
|
||||||
@@ -149,7 +149,7 @@ const ServicesPage = () => (
|
|||||||
value and meets your specific business requirements"
|
value and meets your specific business requirements"
|
||||||
classes="container mx-auto"
|
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>
|
</div>
|
||||||
<WorkStyle />
|
<WorkStyle />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.typed-cursor {
|
.typed-cursor {
|
||||||
color: #8e7cb7;
|
color: #5763ab;
|
||||||
}
|
}
|
||||||
|
|
||||||
.saburly-main-bg {
|
.saburly-main-bg {
|
||||||
|
|||||||
Reference in New Issue
Block a user