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