From 2ba80c3ce8e0da98e10510fdbd57ed3b23b36cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8A=E3=81=8D=E8=90=8C?= Date: Tue, 7 Oct 2025 11:26:08 +0200 Subject: [PATCH] fix riki getting squished if your display is narrow --- static/css/critical.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/critical.css b/static/css/critical.css index bf61a26..9ede4fd 100644 --- a/static/css/critical.css +++ b/static/css/critical.css @@ -550,7 +550,7 @@ header.floof { position: relative; - & > img { + & > picture > img { display: block; min-width: 0; object-fit: cover;