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 8904c816
authored
2025-09-10 20:12:13 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
miner change
1 parent
802601f8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
components/reuseables/services/MethodTwo.js
pages/client-servicing/ra.js
styles/styles.css
components/reuseables/services/MethodTwo.js
View file @
8904c81
...
...
@@ -11,6 +11,7 @@ import { cleanImage } from "@/layout/imageHandling";
const
MethodTwoSection
=
({
heading
,
data
,
classname
,
viewportAmount
=
0.4
,
sliderConfig
=
{},
})
=>
{
...
...
@@ -31,7 +32,7 @@ const MethodTwoSection = ({
return
(
<>
<
section
className
=
"method-two "
>
<
section
className
=
{
`method-two
${
classname
}
`
}
>
<
Container
className
=
"justify-content-center align-self-center"
>
<
div
className
=
"section-title"
>
<
span
className
=
"sub-title"
>
{
heading
.
Subtitle
}
<
/span
>
...
...
pages/client-servicing/ra.js
View file @
8904c81
...
...
@@ -79,6 +79,7 @@ const RaPage = ({ rapage, conversionData }) => {
<
MethodTwoSection
heading
=
{
section
?.
Heading
}
data
=
{
section
?.
ElementList
}
classname
=
'risk_advisory_method'
/
>
);
case
"dynamic-zone.card"
:
...
...
styles/styles.css
View file @
8904c81
...
...
@@ -9052,6 +9052,10 @@ ul.pagination.custom-pagination {
color
:
#fff
;
}
.risk_advisory_method
{
padding
:
50px
0
;
}
/* --------------------variant end---------------- */
/* -------------- transaction advisory ----------- */
...
...
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