padding
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-07 07:39:14 +01:00
parent 0b2c5e1503
commit fb710f5d3a

View File

@ -25,16 +25,6 @@
padding-left: 40px; 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 { .hero-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -89,11 +79,20 @@
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 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 Section */
#how-it-works { #how-it-works {
background-color: #f8f9fa; /* background-color: #f8f9fa; */
padding: 60px 0; padding: 40px 0;
} }
.steps { .steps {
@ -110,7 +109,7 @@
/* Features Section */ /* Features Section */
#features { #features {
padding: 60px 0; padding: 40px 0;
} }
.features-list { .features-list {