This commit is contained in:
parent
0b2c5e1503
commit
fb710f5d3a
@ -25,16 +25,6 @@
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.hero-second {
|
||||
display: flex;
|
||||
flex-direction: column; /* Stack elements vertically by default */
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
gap: 4rem; /* Space between items */
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.hero-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -89,11 +79,20 @@
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.hero-second {
|
||||
display: flex;
|
||||
flex-direction: column; /* Stack elements vertically by default */
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
gap: 4rem; /* Space between items */
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
/* How It Works Section */
|
||||
#how-it-works {
|
||||
background-color: #f8f9fa;
|
||||
padding: 60px 0;
|
||||
/* background-color: #f8f9fa; */
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.steps {
|
||||
@ -110,7 +109,7 @@
|
||||
|
||||
/* Features Section */
|
||||
#features {
|
||||
padding: 60px 0;
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.features-list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user