1
0
mirror of https://gitlab.com/brutaldon/brutaldon synced 2025-06-05 21:49:32 +02:00

Fix issue with card images in mobile view

This commit is contained in:
Jason McBrayer
2019-03-27 22:34:20 -04:00
parent f27451bb6f
commit ce825a8612

View File

@@ -63,13 +63,11 @@
<div class="card-content columns">
{% if toot.card.image %}
<div class="column is-one-third">
<figure>
<a href="{{ toot.card.url }}">
<img alt="{{ toot.card.title }}"
src="{{ toot.card.image }}"
class="image is-max-256">
class="is-max-256">
</a>
</figure>
</div>
{% endif %}
<div class="column is-two-thirds">