mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'dia' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
c1360f7a7c
@ -220,4 +220,8 @@ a.sort-by-open-dropdown:hover {
|
||||
|
||||
.filter-section .countries input[type=checkbox] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gallery-tn {
|
||||
object-fit: cover;
|
||||
}
|
||||
@ -7,7 +7,7 @@
|
||||
<div class="row p-2" style="min-height: 150px;">
|
||||
<a href="{{ adv.detail_url }}">
|
||||
<div class="col-md-12 justify-content-center align-self-center">
|
||||
<img class="card-img-top img-fluid img-thumbnail"
|
||||
<img class="card-img-top img-fluid img-thumbnail gallery-tn"
|
||||
src="{{ adv.cover_photo }}"
|
||||
style="height: 150px">
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user