File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ <h4 class="font-medium text-gray-900 mb-1">{{ i18n "partner_step_3_title" }}</h4
147
147
</ div >
148
148
149
149
< section x-show ="feedbackData.success " class ="white-box " x-cloak >
150
- < div class ="flex flex-col justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 ">
150
+ < div class ="flex flex-col items-center justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 ">
151
151
< i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
152
152
< h3 class ="font-h3 ">
153
153
{{ i18n "partner_success_title" }}
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ <h3 class="font-h3 mb-6">{{ i18n "book_demo_looking_for_title" }}</h3>
236
236
</ div >
237
237
238
238
< section x-show ="feedbackData.success " class ="white-box " x-cloak >
239
- < div class ="flex flex-col justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 ">
239
+ < div class ="flex flex-col items-center justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 ">
240
240
< i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
241
241
< h3 class ="font-h3 ">
242
242
{{ i18n "book_demo_success_title" }}
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ <h3 class="font-h3 mb-6">{{ i18n "contact_sales_sidebar_title" }}</h3>
178
178
</ div >
179
179
180
180
< section x-show ="feedbackData.success " class ="white-box " x-cloak >
181
- < div class ="flex flex-col justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 ">
181
+ < div class ="flex flex-col items-center justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 ">
182
182
< i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
183
183
< h3 class ="font-h3 ">
184
184
{{ i18n "contact_sales_success_title" }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h2 class="text-lg font-medium leading-6 text-gray-900">
30
30
</ div >
31
31
</ div >
32
32
33
- < div x-show ="feedbackData.success " class ="flex flex-col gap-4 text-center px-4 py-5 md:p-6 " x-cloak >
33
+ < div x-show ="feedbackData.success " class ="flex flex-col items-center gap-4 text-center px-4 py-5 md:p-6 " x-cloak >
34
34
< i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
35
35
< h3 class ="font-h3 ">
36
36
{{ i18n "hub_demo_success_title" }}
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ <h2 class="font-h2 mb-6">
191
191
</ template >
192
192
</ div >
193
193
194
- < div x-show ="feedbackData.success " class ="flex flex-col justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 " x-cloak >
194
+ < div x-show ="feedbackData.success " class ="flex flex-col items-center justify-center gap-4 text-center md:min-h-110 px-4 py-5 md:p-6 " x-cloak >
195
195
< i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
196
196
< h3 class ="font-h3 ">
197
197
{{ i18n "hub_managed_success_title" }}
You can’t perform that action at this time.
0 commit comments