From d9b8b660f4f6059fb1d679afaca19313384e5b66 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Mon, 21 Feb 2022 12:17:28 -0500 Subject: [PATCH] Fix images in galleries --- static/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index c9c6500..8c89b91 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -51,8 +51,8 @@ main { font-weight: 400; } -img, -video:not(:fullscreen) { +.posts img, +.posts video:not(:fullscreen) { object-fit: cover; aspect-ratio: 1; }