diff options
Diffstat (limited to 'site/resources/views/index.blade.php')
| -rw-r--r-- | site/resources/views/index.blade.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/resources/views/index.blade.php b/site/resources/views/index.blade.php index 1b60c43..7eb501f 100644 --- a/site/resources/views/index.blade.php +++ b/site/resources/views/index.blade.php @@ -70,13 +70,14 @@ if ( empty($data) ) { <div class="col-md-6 col-sm-12" id="{{ $offer->name }}"> <div class="card flex-md-row mb-4 box-shadow h-md-250 h-sm-500"> - <img class="card-img-top flex-auto d-xs-block d-sm-block img-thumbnail d-md-none" src="{{ $offer->image_url }}" alt="{{ $offer->name }}" title="{{ $offer->name }}"> + <img class="rounded card-img-top flex-auto d-xs-block d-sm-block img-thumbnail d-md-none" src="{{ $offer->image_url }}" alt="{{ $offer->name }}" title="{{ $offer->name }}"> <div class="card-body d-flex flex-column align-items-start"> + <div class="d-inline align-items-start text-left w-100 mb-2"> <strong class="text-dark">{{ $offer->spirit_type }}</strong> </div> <h3 class="mb-0 d-inline-block h-100"> - <a class="text-dark" href="/{{ $offer->url }}"> + <a class="text-dark card-link" href="/{{ $offer->url }}"> Hier geht es zu den {{ $offer->angebotsname }} </a> </h3> |
