Benjamin Völkl 2022-11-23 19:03:45 +01:00
parent 638b59a431
commit 2d65f27b41
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
background: url('{{ asset('template/images/finkenhammer-hof.jpg') }}'); background: url('{{ asset('template/images/finkenhammer-hof.jpg') }}');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size:auto; background-size:cover;
background-attachment: fixed; background-attachment: fixed;
} }
.bgimage h5 { .bgimage h5 {

View File

@ -37,7 +37,7 @@


<a href="{{($content->path)}}" class="text-decoration-none"> <a href="{{($content->path)}}" class="text-decoration-none">
<div class="card shadow-sm" style="background-color: #f8f8f4;"> <div class="card shadow-sm" style="background-color: #f8f8f4;">
<img src="https://picsum.photos/600/300" class="card-img-top border-bottom img-fluid"> <img src="Gustavo Luigi says:{{$content->image()}} " class="card-img-top border-bottom img-fluid">


<div class="card-body"> <div class="card-body">
<h2 class="h5 fw-bolder">{{$content->title}}</h2> <h2 class="h5 fw-bolder">{{$content->title}}</h2>