Flowchart Updated
This commit is contained in:
@ -6,7 +6,7 @@ const CareerPage = () => {
|
||||
return (
|
||||
<div className="page-content contact-us">
|
||||
<CareerHero />
|
||||
<div className="h-6"></div>
|
||||
{/* <div className="h-2"></div> */}
|
||||
<CareerSection />
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -4,7 +4,7 @@ import CareerInfo from './CareerInfo';
|
||||
|
||||
const CareerSection = () => {
|
||||
return (
|
||||
<section className="py-10 md:py-16 lg:py-6">
|
||||
<section className="py-10 md:py-16 lg:py-2">
|
||||
<div className="container mx-auto max-w-none px-4">
|
||||
<div className="flex flex-col lg:flex-row gap-6">
|
||||
<CareerInfo />
|
||||
|
||||
Reference in New Issue
Block a user