fix: make 'Rayons' title adaptable to screen width
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<h1 style="font-size: 1.5em;">
|
||||
<h1 class="breadcrumb-title">
|
||||
@foreach($breadcrumb ?? [] as $parent)
|
||||
<a href="{{ route('Shop.Categories.show', ['id' => $parent['id']]) }}" style="text-decoration: none; color: inherit;">{{ $parent['name'] }}</a> /
|
||||
<a href="{{ route('Shop.Categories.show', ['id' => $parent['id']]) }}" class="breadcrumb-link">{{ $parent['name'] }}</a> /
|
||||
@endforeach
|
||||
<span style="font-size: 1.4em;">
|
||||
{{ $category['name'] }}
|
||||
</span>
|
||||
<span class="breadcrumb-current">{{ $category['name'] }}</span>
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user