diff --git a/blocks/v2-event-notify/v2-event-notify.css b/blocks/v2-event-notify/v2-event-notify.css index 514a9c1f..f5e68e2b 100644 --- a/blocks/v2-event-notify/v2-event-notify.css +++ b/blocks/v2-event-notify/v2-event-notify.css @@ -8,7 +8,7 @@ flex-direction: column; gap: 8px; text-align: center; - max-width: 506px; + max-width: var(--text-block-max-width); margin: 40px auto; } @@ -50,7 +50,7 @@ align-items: center; } -.v2-event-notify__container .event-notify__agrement-section { +.v2-event-notify__container .event-notify__agreement-section { display: flex; flex-direction: column; gap: 8px; @@ -112,7 +112,7 @@ gap: 16px; } - .v2-event-notify__container .event-notify__agrement-section { + .v2-event-notify__container .event-notify__agreement-section { display: flex; justify-content: center; flex-direction: column; @@ -132,7 +132,6 @@ @media (min-width: 1200px) { .v2-event-notify__container .v2-event-notify__text-wrapper { margin: 48px auto; - max-width: 694px; gap: 24px; } @@ -158,7 +157,7 @@ width: calc(50% - 10px); } - .v2-event-notify__container .event-notify__agrement-section { + .v2-event-notify__container .event-notify__agreement-section { margin-top: 48px; } diff --git a/blocks/v2-forms/forms/event-notify.js b/blocks/v2-forms/forms/event-notify.js index 67fe11c1..32447b30 100644 --- a/blocks/v2-forms/forms/event-notify.js +++ b/blocks/v2-forms/forms/event-notify.js @@ -24,7 +24,7 @@ const formContent = ` -