Fix images in galleries

This commit is contained in:
video-prize-ranch 2022-02-21 12:17:28 -05:00
parent 36793004f8
commit d9b8b660f4
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ main {
font-weight: 400;
}
img,
video:not(:fullscreen) {
.posts img,
.posts video:not(:fullscreen) {
object-fit: cover;
aspect-ratio: 1;
}