Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 50079041
authored
2025-09-10 15:54:49 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mobile resonsive
1 parent
0d132511
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
2 deletions
container/Corpedia/LeftSideImage.js
pages/career/index.js
pages/client-servicing/ta.js
pages/client-servicing/virtual-finance-office/virtual-cfo.js
styles/styles.css
container/Corpedia/LeftSideImage.js
View file @
5007904
...
...
@@ -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"
>
...
...
pages/career/index.js
View file @
5007904
...
...
@@ -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"
:
...
...
pages/client-servicing/ta.js
View file @
5007904
...
...
@@ -84,6 +84,7 @@ const TaPage = ({ tapage, conversionData }) => {
<
MethodOne
heading
=
{
section
?.
Heading
}
data
=
{
section
?.
ElementList
}
classname
=
'trasaction_methods'
/
>
);
case
"dynamic-zone.element-two"
:
...
...
pages/client-servicing/virtual-finance-office/virtual-cfo.js
View file @
5007904
...
...
@@ -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"
:
...
...
styles/styles.css
View file @
5007904
...
...
@@ -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;
} */
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment