Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 30, 2023
1 parent 0af76ff commit 2d10876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/docs/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
{{ $item['title'] }}
</h4>

<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small ms-2">
<ul class="list-unstyled fw-normal pb-1 small ms-2 {{ $item['title'] === 'Пакеты' ? 'row row-cols-2' : '' }}">
@foreach ($item['list'] as $link)
<li>
<li class="col">
<a href="{{ $link['href'] }}"
class="{{ active(url($link['href']), 'active', 'link-body-emphasis') }} d-inline-flex text-decoration-none rounded p-2">
{{ $link['title'] }}
Expand Down

0 comments on commit 2d10876

Please sign in to comment.