Move workshop buttons (PDF + Calendly) to appear after price section on mobile
Deploy to Development and Production / deploy (push) Successful in 3m26s Details

This commit is contained in:
Mark 2026-02-19 00:18:41 +01:00
parent 08b93cabd5
commit 1ad9553127
1 changed files with 9 additions and 3 deletions

View File

@ -7719,15 +7719,21 @@ html, body {
margin-bottom: 2rem !important;
}
/* E) Ostale podrobnosti in gumb - NA DNU */
/* E) Ostale podrobnosti - NA DNU */
.workshop-section {
order: 6 !important;
margin-bottom: 1rem !important;
}
.pdf-button {
/* F) Gumbi (PDF + Calendly) - PO CENI, PRED "PRIPOROČAMO BRANJE" */
.workshop-buttons {
order: 7 !important;
margin-top: 1rem !important;
margin-top: 1.5rem !important;
margin-bottom: 2rem !important;
}
.pdf-button, .workshop-buttons .cta-button {
margin-top: 0 !important;
}
}