diff --git a/app/static/css/partials/_film.scss b/app/static/css/partials/_film.scss index 77e40fd..671eb10 100755 --- a/app/static/css/partials/_film.scss +++ b/app/static/css/partials/_film.scss @@ -113,7 +113,7 @@ body { .bio-block { font-size: 18px; - margin-top: 400px; + margin-top: 350px; } .video-block { @@ -131,4 +131,10 @@ body { width: auto; margin: 0 auto; } +} + +.icon-play { + color: #fff; + font-size: 40px; + text-decoration: none; } \ No newline at end of file diff --git a/app/templates/film.html b/app/templates/film.html index 3f1dfb7..02ae9b3 100755 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -43,25 +43,23 @@ body { {{film.data.director.1}}: {{ film.data.bio_zh|safe }} - - -
-
- Play -
-
- {% for text in film.related_texts %} -
- - {{ text.title }}
- {{ text.byline }} -
+
+
+ {% for text in film.related_texts %} + + {% endfor %} +
+
+ + Open on pad.ma +
- {% endfor %} -
-
- Open on pad.ma -
+
{% endblock %}