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

This commit is contained in:
kscheidecker 2025-03-07 07:50:17 +01:00
parent af93c718bc
commit 769e9bdb94

View File

@ -102,8 +102,8 @@
.steps { .steps {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 80px; gap: 120px;
text-align: justify; text-align: center;
} }
.step h3 { .step h3 {
@ -123,11 +123,11 @@
.features-list { .features-list {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 30px; gap: 50px;
} }
.feature { .feature {
text-align: justify; text-align: center;
} }
.feature h3 { .feature h3 {