fix riki getting squished if your display is narrow

This commit is contained in:
りき萌 2025-10-07 11:26:08 +02:00
parent da2e86ba0f
commit 2ba80c3ce8

View file

@ -550,7 +550,7 @@ header.floof {
position: relative; position: relative;
& > img { & > picture > img {
display: block; display: block;
min-width: 0; min-width: 0;
object-fit: cover; object-fit: cover;