email tag styles updated

This commit is contained in:
batuhanbas
2020-01-05 15:22:47 +03:00
parent 18db77f02f
commit 755b072107
8 changed files with 57 additions and 38 deletions

View File

@ -19,7 +19,7 @@
<a href="{{ route('apps.app.show', [$module->slug]) }}">
@foreach ($module->files as $file)
@if (($file->media_type == 'image') && ($file->pivot->zone == 'thumbnail'))
<img src="{{ $file->path_string }}" alt="{{ $module->name }}" class="card-img-top border-radius-0">
<img src="{{ $file->path_string }}" alt="{{ $module->name }}" class="card-img-top border-radius-none">
@endif
@endforeach
</a>