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

This commit is contained in:
kscheidecker 2025-03-07 07:40:52 +01:00
parent fb710f5d3a
commit bfa06adb1c

View File

@ -92,7 +92,11 @@
/* How It Works Section */
#how-it-works {
/* background-color: #f8f9fa; */
padding: 40px 0;
padding: 30px 0;
}
#how-it-works h2 {
margin-bottom: 15px;
}
.steps {
@ -109,7 +113,11 @@
/* Features Section */
#features {
padding: 40px 0;
padding: 30px 0;
}
#features h2 {
margin-bottom: 15px;
}
.features-list {