Merge pull request #1069 from openclassify/muammertop

#3882 changed 'no image available' image
This commit is contained in:
spektra2147 2021-05-04 17:44:18 +03:00 committed by GitHub
commit 46d41a2086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -19,12 +19,12 @@
</div>
<div class="row list-classified-home">
{% for latestAd in latestAds() %}
<div class="col-sm-6 col-md-4 col-lg-3 d-flex align-items-stretch">
<div class="col-sm-6 col-lg-4 d-flex align-items-stretch justify-content-center">
<div class="card mb-4 box-shadow">
<div class="row p-2" style="min-height: 150px;">
<div class="row py-2 mx-2" style="min-height: 150px;">
<a href="{{ latestAd.detail_url }}">
<div class="col-md-12 justify-content-center align-self-center">
<img class="card-img-top img-fluid img-thumbnail"
<div class="col-md-12 justify-content-center align-self-center p-0">
<img class="card-img-top img-fluid img-thumbnail w-auto"
src="{{ latestAd.cover_photo }}"
style="height: 150px">
</div>