Skip to content

Commit e574dc9

Browse files
renzonrenzon
authored andcommitted
Included margin to topic's comments
close #279
1 parent ba9cf30 commit e574dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonpro/modules/templates/topics/topic_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="col">
2121
<h1 class="mt-4 mb-3">{{ topic.title }}</h1>
2222
<p>{{ topic.description }}</p>
23-
<div class="embed-container">
23+
<div class="embed-container mb-3">
2424
<iframe src="https://player.vimeo.com/video/{{ topic.vimeo_id }}" width="640" height="360" frameborder="0"
2525
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
2626
</div>

0 commit comments

Comments
 (0)