width
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
kscheidecker 2025-03-07 07:41:55 +01:00
parent bfa06adb1c
commit 41deb33c2a

View File

@ -84,7 +84,7 @@
flex-direction: column; /* Stack elements vertically by default */
align-items: center;
text-align: center;
width: 70%;
width: 80%;
gap: 4rem; /* Space between items */
margin-bottom: 4rem;
}
@ -96,7 +96,7 @@
}
#how-it-works h2 {
margin-bottom: 15px;
margin-bottom: 25px;
}
.steps {
@ -117,7 +117,7 @@
}
#features h2 {
margin-bottom: 15px;
margin-bottom: 25px;
}
.features-list {