Commit 50079041 by gaurav

mobile resonsive

1 parent 0d132511
......@@ -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');
return (
<>
<section className="leftsideimg pb-0 pt-0 ptb-50">
<section className={`leftsideimg pb-0 pt-0 ptb-50 ${classname}`}>
<div className="people">
<Container>
<Row className="align-items-center">
......
......@@ -46,13 +46,13 @@ const index = ({ CareerPage, conversionData }) => {
href={CareerPage?.Btn_link || "#"}
target={
CareerPage?.Btn_link &&
CareerPage?.Btn_link.startsWith("http")
CareerPage?.Btn_link.startsWith("http")
? "_blank"
: "_self"
}
rel={
CareerPage?.Btn_link &&
CareerPage?.Btn_link.startsWith("http")
CareerPage?.Btn_link.startsWith("http")
? "noopener noreferrer"
: ""
}
......@@ -79,6 +79,7 @@ const index = ({ CareerPage, conversionData }) => {
subtitle={section?.Subtitle}
image={section?.Image}
content={section?.Content}
classname="career_left_section"
/>
);
case "dynamic-zone.background":
......
......@@ -84,6 +84,7 @@ const TaPage = ({ tapage, conversionData }) => {
<MethodOne
heading={section?.Heading}
data={section?.ElementList}
classname='trasaction_methods'
/>
);
case "dynamic-zone.element-two":
......
......@@ -69,6 +69,7 @@ const clientservicecfo = ({ cfopage, conversionData }) => {
subtitle={section?.Subtitle}
image={section?.Image}
content={section?.Content}
classname="virtual_cfo_right_section"
/>
);
case "dynamic-zone.element-one":
......
......@@ -8117,7 +8117,7 @@ Modal CSS
z-index: -1;
}
.method-descr {
.method-descr {
height: 7.4vw;
}
......@@ -9274,6 +9274,22 @@ ul.pagination.custom-pagination {
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{
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!