fix: increase padding in ftco-section for improved spacing

This commit is contained in:
Mark 2025-05-15 10:26:02 +01:00
parent f5c8d56bdb
commit 64e1da0438

View File

@ -11703,7 +11703,7 @@ textarea.form-control {
} }
.ftco-section { .ftco-section {
padding: 20px 0 0 0; padding: 100px 0 0 0;
position: relative; position: relative;
} }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {