Compare commits

...

2 Commits

Author SHA1 Message Date
unknown
a2cc409bc3 made homepage same as figma
All checks were successful
ask-mutual-fund Actions Workflow / test (push) Successful in 17s
2025-11-04 19:52:34 +05:30
unknown
3e458f486b made homepage feedback changes 2025-11-04 18:41:08 +05:30
2 changed files with 480 additions and 284 deletions

View File

@@ -428,7 +428,7 @@ a.color-a {
margin-top: 15px; margin-top: 15px;
} }
.ask-advantage h2 { .ask-advantage-heading-container h2 {
font-family: var(--font-secondary); font-family: var(--font-secondary);
font-weight: 400; font-weight: 400;
font-style: Regular; font-style: Regular;
@@ -436,6 +436,8 @@ a.color-a {
line-height: 100%; line-height: 100%;
letter-spacing: 0%; letter-spacing: 0%;
color: #033a49; color: #033a49;
margin: 0;
padding: 0;
} }
.ask-advantage p.lead { .ask-advantage p.lead {
@@ -535,6 +537,10 @@ a.color-a {
line-height: 60px; line-height: 60px;
} }
.mobile-stat-text{
display: none;
}
.width-count { .width-count {
width: 23%; width: 23%;
text-align: left; text-align: left;
@@ -1676,8 +1682,6 @@ span.textaccor {
font-size: 24px; font-size: 24px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.navbar-expand-lg .gap-menu { .navbar-expand-lg .gap-menu {
flex-direction: column; flex-direction: column;
@@ -1769,6 +1773,14 @@ span.textaccor {
transform: rotate(90deg); transform: rotate(90deg);
} }
.desktop-stat-text{
display: none;
}
.mobile-stat-text{
display: block;
}
.width-count { .width-count {
width: 100%; width: 100%;
@@ -1809,8 +1821,8 @@ span.textaccor {
} }
.date-container { .date-container {
text-align: center; text-align: center;
} }
.ask-advantage-home h2 { .ask-advantage-home h2 {
font-size: 24px; font-size: 24px;
@@ -1822,7 +1834,7 @@ span.textaccor {
line-height: 22px; line-height: 22px;
} }
.ask-advantage-heading { .ask-advantage-heading-container h2 {
font-size: 24px; font-size: 24px;
line-height: 36px; line-height: 36px;
} }
@@ -1876,6 +1888,14 @@ span.textaccor {
justify-content: flex-start !important; justify-content: flex-start !important;
} }
.home-tittle-blog {
font-size: 16px;
}
.read-more{
font-size: 14px;
}
.arrow { .arrow {
display: none; display: none;
/* hide desktop arrow on mobile */ /* hide desktop arrow on mobile */
@@ -2393,8 +2413,8 @@ span.textaccor {
} }
} }
@media (max-width:767px){ @media (max-width: 767px) {
.wrapper { .wrapper {
gap: 15px; gap: 15px;
justify-content: flex-start; /* Align to left on mobile too */ justify-content: flex-start; /* Align to left on mobile too */
} }
@@ -2431,7 +2451,7 @@ span.textaccor {
} }
} }
@media (min-width:768px) and (max-width:1200px){ @media (min-width: 768px) and (max-width: 1200px) {
.wrapper { .wrapper {
gap: 15px; gap: 15px;
justify-content: flex-start; /* Align to left on mobile too */ justify-content: flex-start; /* Align to left on mobile too */
@@ -2444,13 +2464,12 @@ span.textaccor {
max-width: none; max-width: none;
} }
.inner_box h2 { .inner_box h2 {
margin-bottom: 5px; margin-bottom: 5px;
font-size: 21px; font-size: 21px;
} }
.paragraph-container p{ .paragraph-container p {
font-size: 20px; font-size: 20px;
} }
@@ -2612,7 +2631,7 @@ span.textaccor {
} }
.where2 { .where2 {
padding: 0px 25px !important; padding: 0px 15px !important;
} }
.ask-advantage2 { .ask-advantage2 {
padding: 0px 25px 60px 25px !important; padding: 0px 25px 60px 25px !important;

File diff suppressed because it is too large Load Diff