Refactor breadcrumb margins and add reCAPTCHA validation to contact forms

This commit is contained in:
Roman Pyrih
2025-04-22 15:28:06 +02:00
parent e05749bfda
commit 651d2f61f2
12 changed files with 307 additions and 506 deletions

View File

@@ -8801,6 +8801,10 @@ div[class^='col-'] {
position: absolute;
bottom: 40px;
right: 30px;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
.form-send-content {
background-color: $cBlack;
@@ -9258,6 +9262,7 @@ div[class^='col-'] {
right: 0;
display: flex;
justify-content: space-between;
align-items: center;
.step-send {
position: relative !important;