From 619a504ecff9b36f9b81055fdb81b0abba80983f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 3 Dec 2021 00:39:08 +0000 Subject: [PATCH] trying to fix the default rss feed image --- layouts/shortcodes/video.html | 15 +++++++-------- static/css/gmgauthier.css | 6 ++++++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html index 5ca1d6d..2c64ac9 100644 --- a/layouts/shortcodes/video.html +++ b/layouts/shortcodes/video.html @@ -1,8 +1,7 @@ -
-
- -
-
\ No newline at end of file +
+
+ +
+
\ No newline at end of file diff --git a/static/css/gmgauthier.css b/static/css/gmgauthier.css index 3576063..bcf7a58 100644 --- a/static/css/gmgauthier.css +++ b/static/css/gmgauthier.css @@ -145,3 +145,9 @@ div.note overflow: hidden; padding: 15px 55px; } + +div.featured-image +{ + width: fit-content; + padding: 1px; +}