made homepage feedback changes

This commit is contained in:
unknown
2025-11-04 18:41:08 +05:30
parent d58c9c5059
commit 3e458f486b
6 changed files with 391 additions and 196 deletions

View File

@@ -8,10 +8,6 @@
/* for headings or special text */
}
section.ask-advantage-scroll {
padding: 60px 0 0 0;
}
.ask-advantage-scroll h2 {
font-family: var(--font-secondary);
font-weight: 400;
@@ -37,7 +33,7 @@ section.ask-advantage-scroll {
gap: 20px;
flex-wrap: wrap;
justify-content: center;
margin-top: 60px;
/* margin-top: 60px; */
}
.card-scroll {
@@ -175,14 +171,14 @@ section.ask-advantage-scroll {
line-height: 36px;
}
.ask-advantage-scroll p.lead {
font-size: 14px;
font-size: 15px;
line-height: 22px;
}
}
.cards-wrapper {
position: relative;
height: 530px; /* ya jitna aapko chahiye ho */
height: 530px;
overflow: hidden;
}