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
147147 </ div >
148148
149149 < 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 ">
151151 < i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
152152 < h3 class ="font-h3 ">
153153 {{ 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>
236236 </ div >
237237
238238 < 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 ">
240240 < i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
241241 < h3 class ="font-h3 ">
242242 {{ 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>
178178 </ div >
179179
180180 < 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 ">
182182 < i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
183183 < h3 class ="font-h3 ">
184184 {{ 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">
3030 </ div >
3131 </ div >
3232
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 >
3434 < i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
3535 < h3 class ="font-h3 ">
3636 {{ 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">
191191 </ template >
192192 </ div >
193193
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 >
195195 < i class ="fa-solid fa-check-circle text-7xl text-secondary "> </ i >
196196 < h3 class ="font-h3 ">
197197 {{ i18n "hub_managed_success_title" }}
You can’t perform that action at this time.
0 commit comments