diff --git a/app/static/css/partials/_text.scss b/app/static/css/partials/_text.scss index 6d97f58..6c21d4d 100644 --- a/app/static/css/partials/_text.scss +++ b/app/static/css/partials/_text.scss @@ -1,6 +1,6 @@ -.texts { +main > .texts { box-sizing: border-box; a { diff --git a/app/templates/film.html b/app/templates/film.html index 45bac20..1beb393 100644 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -15,11 +15,16 @@
Play
- {% for text in film.related_texts %} -
- {{ text.title }} +
+ {% for text in film.related_texts %} + + {% endfor %}
- {% endfor %}
{% endblock %}