mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
Fix issue with card images in mobile view
This commit is contained in:
parent
f27451bb6f
commit
ce825a8612
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user