From 71209b0d0009a02fb0fae00a4dc8d8215a79de80 Mon Sep 17 00:00:00 2001 From: "a.korotaev2" Date: Tue, 8 Aug 2017 17:59:21 +0300 Subject: [PATCH] Fixed cover image position --- src/css/podcast.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/podcast.module.css b/src/css/podcast.module.css index fcd7e7a81..b16dd3694 100644 --- a/src/css/podcast.module.css +++ b/src/css/podcast.module.css @@ -7,6 +7,7 @@ background: url(/podcast_cover.png); background-size: cover; background-position: center center; + padding-top: 65px; color: #fff; text-align: center; margin-top: 0;