Quickfixes styling
This commit is contained in:
@@ -38,7 +38,7 @@ const ServicesPage = () => (
|
||||
|
||||
<SectionIntro
|
||||
h2Classes="text-4xl md:text-5xl saburly-color font-medium"
|
||||
classes="max-w-lg"
|
||||
classes="my-20 max-w-lg"
|
||||
headline="Design services"
|
||||
text="We offer consistent quality design that extends to every section of the application development. Our approach is simple: focus on how users might use the product
|
||||
in the best way possible. The solutions are usually shaped
|
||||
@@ -52,7 +52,7 @@ const ServicesPage = () => (
|
||||
alt="User Experience Design Agency"
|
||||
/>
|
||||
|
||||
<div className="my-4">
|
||||
<div className="my-6">
|
||||
<h3 className="font-light my-1 text-3xl font-light">
|
||||
Conceptualization & Branding
|
||||
</h3>
|
||||
@@ -64,7 +64,7 @@ const ServicesPage = () => (
|
||||
for the design.
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-4">
|
||||
<div className="my-6">
|
||||
<h3 className="text-black font-light my-1 text-3xl font-light">
|
||||
UX & UI Design
|
||||
</h3>
|
||||
@@ -84,7 +84,7 @@ const ServicesPage = () => (
|
||||
</Fade>
|
||||
</section>
|
||||
|
||||
<section className="bg-saburly relative bg-saburly-lighter px-4 py-16">
|
||||
<section className="bg-saburly relative bg-saburly-lighter px-4 p-16 ">
|
||||
<div className="container mx-auto">
|
||||
<Fade>
|
||||
<div className="lg:flex">
|
||||
@@ -99,7 +99,7 @@ const ServicesPage = () => (
|
||||
className="lg:hidden w-full mx-auto text-center content-center align-center p-8"
|
||||
alt="Fullstack Web Development Agency"
|
||||
/>
|
||||
<div className="my-4">
|
||||
<div className="my-6">
|
||||
<h3 className="my-1 text-black font-light text-3xl">
|
||||
Web development
|
||||
</h3>
|
||||
@@ -109,7 +109,7 @@ const ServicesPage = () => (
|
||||
are up to speed with cutting edge trends.
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-4">
|
||||
<div className="my-6">
|
||||
<h3 className="my-1 text-black font-light text-3xl">
|
||||
Mobile & desktop apps
|
||||
</h3>
|
||||
@@ -120,7 +120,7 @@ const ServicesPage = () => (
|
||||
like React Native and Electron to build cross-platform apps.
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-4">
|
||||
<div className="my-6">
|
||||
<h3 className="my-1 text-black text-3xl font-light">DevOps</h3>
|
||||
<p className="font-light leading-normal text-black-light text-lg">
|
||||
Our DevOps experience comes from working with leading hosting
|
||||
@@ -140,7 +140,7 @@ const ServicesPage = () => (
|
||||
</Fade>
|
||||
<Fade>
|
||||
<div className="p-8 my-4 bg-white border-bottom-saburly">
|
||||
<h3 className="my-1 text-black text-3xl">Emerging Technologies</h3>
|
||||
<h3 className="my-4 text-black text-3xl">Emerging Technologies</h3>
|
||||
<p className="font-light leading-normal text-black-light text-lg">
|
||||
We harness a wide array of emerging technologies, such as{' '}
|
||||
<strong>AR/VR</strong>, <strong>AI technologies</strong>,{' '}
|
||||
|
||||
Reference in New Issue
Block a user