Commit 50079041 by gaurav

mobile resonsive

1 parent 0d132511
...@@ -15,12 +15,12 @@ const heading = [ ...@@ -15,12 +15,12 @@ const heading = [
}, },
]; ];
const LeftSideImage = ({ title, subtitle, image, content, cta }) => { const LeftSideImage = ({ title, subtitle, image, content, cta, classname }) => {
// console.log(cta, 'ctactacta'); // console.log(cta, 'ctactacta');
return ( return (
<> <>
<section className="leftsideimg pb-0 pt-0 ptb-50"> <section className={`leftsideimg pb-0 pt-0 ptb-50 ${classname}`}>
<div className="people"> <div className="people">
<Container> <Container>
<Row className="align-items-center"> <Row className="align-items-center">
......
...@@ -46,13 +46,13 @@ const index = ({ CareerPage, conversionData }) => { ...@@ -46,13 +46,13 @@ const index = ({ CareerPage, conversionData }) => {
href={CareerPage?.Btn_link || "#"} href={CareerPage?.Btn_link || "#"}
target={ target={
CareerPage?.Btn_link && CareerPage?.Btn_link &&
CareerPage?.Btn_link.startsWith("http") CareerPage?.Btn_link.startsWith("http")
? "_blank" ? "_blank"
: "_self" : "_self"
} }
rel={ rel={
CareerPage?.Btn_link && CareerPage?.Btn_link &&
CareerPage?.Btn_link.startsWith("http") CareerPage?.Btn_link.startsWith("http")
? "noopener noreferrer" ? "noopener noreferrer"
: "" : ""
} }
...@@ -79,6 +79,7 @@ const index = ({ CareerPage, conversionData }) => { ...@@ -79,6 +79,7 @@ const index = ({ CareerPage, conversionData }) => {
subtitle={section?.Subtitle} subtitle={section?.Subtitle}
image={section?.Image} image={section?.Image}
content={section?.Content} content={section?.Content}
classname="career_left_section"
/> />
); );
case "dynamic-zone.background": case "dynamic-zone.background":
......
...@@ -84,6 +84,7 @@ const TaPage = ({ tapage, conversionData }) => { ...@@ -84,6 +84,7 @@ const TaPage = ({ tapage, conversionData }) => {
<MethodOne <MethodOne
heading={section?.Heading} heading={section?.Heading}
data={section?.ElementList} data={section?.ElementList}
classname='trasaction_methods'
/> />
); );
case "dynamic-zone.element-two": case "dynamic-zone.element-two":
......
...@@ -69,6 +69,7 @@ const clientservicecfo = ({ cfopage, conversionData }) => { ...@@ -69,6 +69,7 @@ const clientservicecfo = ({ cfopage, conversionData }) => {
subtitle={section?.Subtitle} subtitle={section?.Subtitle}
image={section?.Image} image={section?.Image}
content={section?.Content} content={section?.Content}
classname="virtual_cfo_right_section"
/> />
); );
case "dynamic-zone.element-one": case "dynamic-zone.element-one":
......
...@@ -8117,7 +8117,7 @@ Modal CSS ...@@ -8117,7 +8117,7 @@ Modal CSS
z-index: -1; z-index: -1;
} }
.method-descr { .method-descr {
height: 7.4vw; height: 7.4vw;
} }
...@@ -9274,6 +9274,22 @@ ul.pagination.custom-pagination { ...@@ -9274,6 +9274,22 @@ ul.pagination.custom-pagination {
font-size: 1.2rem; font-size: 1.2rem;
} }
.virtual_cfo_right_section {
padding: 50px 0 0;
}
.virtual_cfo_right_section .call-back-request-img {
margin-bottom: 0;
}
.career_left_section .call-back-request-img {
margin-bottom: 1rem;
}
.trasaction_methods .headings {
font-size: 1.1rem;
}
/* .weoffer_section .HowWeDoIt_card{ /* .weoffer_section .HowWeDoIt_card{
height: auto; height: auto;
} */ } */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!