From: Christian Shtarkov Date: Sun, 20 Oct 2024 22:08:19 +0000 (+0100) Subject: Fix cat picture scaling on home page X-Git-Url: https://shtarkov.net/gitweb/?a=commitdiff_plain;h=24e3b054f44d67fcf8de9c73684f470e8e08f044;p=shtarkov.net.git Fix cat picture scaling on home page --- 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 {