From 24e3b054f44d67fcf8de9c73684f470e8e08f044 Mon Sep 17 00:00:00 2001 From: Christian Shtarkov Date: Sun, 20 Oct 2024 23:08:19 +0100 Subject: [PATCH] Fix cat picture scaling on home page --- assets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.css b/assets/main.css index 1d2264f..5edc5c8 100644 --- a/assets/main.css +++ b/assets/main.css @@ -103,7 +103,7 @@ img { } img[src="/cat.png"] { - width: auto; + width: 50%; } video { -- 2.43.5