remove mx-sm-auto from the youtube embed (it breaks it)

pull/128/head
Aevann 2023-02-19 11:15:48 +02:00
parent c02acb1271
commit f5eea88ca3
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
<audio id="video2-{{p.id}}" controls preload="none" src="{{p.realurl(v)}}"></audio>
</div>
{% elif p.is_youtube %}
<div id="video-{{p.id}}" class="{% if p.over_18 or not ((v and v.cardview)) %}d-none{% endif %} mt-3 mb-4 youtube_embed mx-sm-auto">
<div id="video-{{p.id}}" class="{% if p.over_18 or not ((v and v.cardview)) %}d-none{% endif %} mt-3 mb-4 youtube_embed">
{{p.embed | safe}}
</div>
{% endif %}