v1.5.2g - Fixed css

This commit is contained in:
Frederik Milling Pytlick 2020-12-01 11:14:41 +01:00 committed by GitHub
parent 00569144ef
commit 41c9d8c42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div> <div>
@if($guide->resource_id !== null) @if($guide->resource_id !== null)
<div class="header text-center"> <div class="header text-center">
<img class="vh-50" src="{{ asset(\App\Resource::query()->where("id", "=", $guide->resource_id)->first()->filename) }}"> <img class="w-100" src="{{ asset(\App\Resource::query()->where("id", "=", $guide->resource_id)->first()->filename) }}">
</div> </div>
@endif @endif
<h2 class="text-center sde-blue">{{ $guide->name }}</h2> <h2 class="text-center sde-blue">{{ $guide->name }}</h2>