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; }