Gustavo Luigi 2021-11-29 16:27:32 -03:00
parent e255f1df4c
commit 72850960fc
1 changed files with 19 additions and 19 deletions

View File

@ -25,26 +25,26 @@
<div class="row">
<div class="col-md-9">
@if ($content->image)
<br>
<img src="{{ asset('uploads/' . $content->image) }}" class="img-fluid">
<br>
<br>
<img src="{{ asset('uploads/' . $content->image) }}" class="img-fluid">
<br>
@endif
<br>
<style>
h2 {
font-size: 1.4rem;
padding-top:55px;
}
h5{
font-size: 0.9rem;
}
</style>
<br>
<br>
{!! !empty($content->description)?$content->description:'keine Angaben' !!}
<br>
<br>
<br>
<br>
<style>
h2 {
font-size: 1.4rem;
padding-top:55px;
}
h5{
font-size: 0.9rem;
}
</style>
<br>
<br>
{!! !empty($content->description)?$content->description:'keine Angaben' !!}
<br>
<br>
<br>
</div>
</div>
</div>