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
1 changed files with 69 additions and 71 deletions

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">