resources/views/components/card.blade.php: add "h-full" class to backface image so it stays inside the card.
This commit is contained in:
parent
b221067dad
commit
f759542f68
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ if ($win) {
|
|||
|
||||
{{-- Card backface --}}
|
||||
<div class="{{ $backface_class }}">
|
||||
<img src="{{ url('img/logo.png') }}" />
|
||||
<img class="h-full" src="{{ url('img/logo.png') }}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue