From 46877572aeed00f1602090687ebd1163eed01709 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 12 Nov 2021 10:42:29 +0000 Subject: [PATCH] move up --- app/static/css/partials/_film.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/static/css/partials/_film.scss b/app/static/css/partials/_film.scss index bafa8de..eb1baf3 100755 --- a/app/static/css/partials/_film.scss +++ b/app/static/css/partials/_film.scss @@ -86,12 +86,12 @@ main > .film { justify-content: center; .video { width: calc(100% / 4 - 16px); + a { + color: #000; + font-size: 12px; + text-decoration: none; + } figure { - a { - color: #000; - font-size: 12px; - text-decoration: none; - } img { max-width: 100%; max-height: 100%;