use medium image size
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="text-gray-600 text-xs uppercase">{{ $workshop->starts_at->format('M') }}</div>
|
||||
</div>
|
||||
<div class="border border-white absolute flex items-center justify-center top-5 -right-9 bg-gray-500 w-36 text-sm text-white font-bold uppercase py-1 rotate-45 h-8 sm-banner-{{ strtolower($statusClass) }}">{{ $statusTitle }}</div>
|
||||
<img src="{{ $workshop->hero?->url }}" alt="{{ $workshop->title }}" class="w-full h-64 object-cover object-center">
|
||||
<img src="{{ $workshop->hero?->url }}?md" alt="{{ $workshop->title }}" class="w-full h-64 object-cover object-center">
|
||||
<div class="flex-grow p-4 flex flex-col">
|
||||
<h2 class="flex-grow text-xl font-bold mb-2">{{ $workshop->title }}</h2>
|
||||
<div class="text-gray-600 text-sm mb-1 flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user