We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9cf30 commit e574dc9Copy full SHA for e574dc9
pythonpro/modules/templates/topics/topic_detail.html
@@ -20,7 +20,7 @@
20
<div class="col">
21
<h1 class="mt-4 mb-3">{{ topic.title }}</h1>
22
<p>{{ topic.description }}</p>
23
- <div class="embed-container">
+ <div class="embed-container mb-3">
24
<iframe src="https://player.vimeo.com/video/{{ topic.vimeo_id }}" width="640" height="360" frameborder="0"
25
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
26
</div>
0 commit comments