We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8dbde commit 58c6d14Copy full SHA for 58c6d14
app-laravel/api-laravel/resources/views/pages/show.blade.php
@@ -4,7 +4,7 @@
4
<div class="w-full md:w-3/4 pr-0 md:pr-6">
5
<article class="bg-gray-800 rounded-lg shadow-sm overflow-hidden border border-gray-700">
6
@if(!empty($post->getImage()))
7
- <div class="w-full h-64 md:h-96 flex items-center justify-center bg-gray-200">
+ <div class="w-full h-64 md:h-96 flex items-center justify-center bg-gray-700">
8
<img src="{{$post->getImage()}}" alt="{{$post->title}}"
9
height="384"
10
class="w-full h-full object-contain">
0 commit comments