@@ -34,7 +34,7 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
3434 <li class =" col d-flex flex-column flex-lg-row gap-3 gap-lg-4 rounded p-3 p-xxl-4 align-items-center align-items-lg-start" id =" first" data-tabs-target =" tab" data-action =" click->tabs#change:prevent" >
3535 <x-icon path =" i.inertia" class =" text-body-secondary flex-shrink-0" width =" 2rem" height =" 2rem" />
3636 <a href =" #"
37- class =" text-body-secondary text-decoration-none flex-column gap-1"
37+ class =" text-body-secondary text-decoration-none d-flex flex-column gap-1"
3838 data-action =" keydown.left->tabs#previousTab keydown.right->tabs#nextTab keydown.home->tabs#firstTab:prevent keydown.end->tabs#lastTab:prevent" >
3939 <h5 class =" mb-0" >Inertia</h5 >
4040 <small class =" opacity-75 d-none d-lg-block lh-sm" >Усовершенствуйте Laravel с помощью React, Vue или Svelte</small >
@@ -43,7 +43,7 @@ class="text-body-secondary text-decoration-none flex-column gap-1"
4343 <li class =" col d-flex flex-column flex-lg-row gap-3 gap-lg-4 rounded p-3 p-xxl-4 align-items-center align-items-lg-start" id =" second" data-tabs-target =" tab" data-action =" click->tabs#change:prevent" >
4444 <x-icon path =" i.livewire" class =" text-body-secondary flex-shrink-0" width =" 2rem" height =" 2rem" />
4545 <a href =" #"
46- class =" text-body-secondary text-decoration-none flex-column gap-1"
46+ class =" text-body-secondary text-decoration-none d-flex flex-column gap-1"
4747 data-action =" keydown.left->tabs#previousTab keydown.right->tabs#nextTab keydown.home->tabs#firstTab:prevent keydown.end->tabs#lastTab:prevent" >
4848 <h5 class =" mb-0" >Livewire</h5 >
4949 <small class =" opacity-75 d-none d-lg-block lh-sm" >Реактивные шаблоны, построенные с помощью PHP</small >
@@ -52,7 +52,7 @@ class="text-body-secondary text-decoration-none flex-column gap-1"
5252 <li class =" col d-flex flex-column flex-lg-row gap-3 gap-lg-4 rounded p-3 p-xxl-4 align-items-center align-items-lg-start" id =" third" data-tabs-target =" tab" data-action =" click->tabs#change:prevent" >
5353 <x-icon path =" i.spa" class =" text-body-secondary flex-shrink-0" width =" 2rem" height =" 2rem" />
5454 <a href =" #"
55- class =" text-body-secondary text-decoration-none flex-column gap-1"
55+ class =" text-body-secondary text-decoration-none d-flex flex-column gap-1"
5656 data-action =" keydown.left->tabs#previousTab keydown.right->tabs#nextTab keydown.home->tabs#firstTab:prevent keydown.end->tabs#lastTab:prevent" >
5757 <h5 class =" mb-0" >API</h5 >
5858 <small class =" opacity-75 d-none d-lg-block lh-sm" >Создавайте мощные API быстрее, чем когда-либо</small >
0 commit comments