@@ -34,28 +34,28 @@ 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"
37+ class =" text-body-secondary text-decoration-none 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 >
40- <small class =" opacity-75 d-none d-lg-block" >Усовершенствуйте Laravel с помощью React, Vue или Svelte</small >
40+ <small class =" opacity-75 d-none d-lg-block lh-sm " >Усовершенствуйте Laravel с помощью React, Vue или Svelte</small >
4141 </a >
4242 </li >
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"
46+ class =" text-body-secondary text-decoration-none 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 >
49- <small class =" opacity-75 d-none d-lg-block" >Реактивные шаблоны, построенные с помощью PHP</small >
49+ <small class =" opacity-75 d-none d-lg-block lh-sm " >Реактивные шаблоны, построенные с помощью PHP</small >
5050 </a >
5151 </li >
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"
55+ class =" text-body-secondary text-decoration-none 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 >
58- <small class =" opacity-75 d-none d-lg-block" >Создавайте мощные API быстрее, чем когда-либо</small >
58+ <small class =" opacity-75 d-none d-lg-block lh-sm " >Создавайте мощные API быстрее, чем когда-либо</small >
5959 </a >
6060 </li >
6161 </div >
0 commit comments