From c44551580f51c66a19cd2fe670fa1edd4dd8d108 Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 4 Jan 2021 10:55:25 +0100 Subject: [PATCH] fix video title width on mobile --- static/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 4c9f037..3ffe2cf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1436,6 +1436,9 @@ code { margin: 5px 2.5%; width: 95%; } + #post .video .title { + width: 100%; + } #post .video-holder a img { width: 100%; }