]> shtarkov.net Git - shtarkov.net.git/commitdiff
Fix cat picture scaling on home page
authorChristian Shtarkov <ops+git@shtarkov.net>
Sun, 20 Oct 2024 22:08:19 +0000 (23:08 +0100)
committerChristian Shtarkov <ops+git@shtarkov.net>
Sun, 20 Oct 2024 22:08:19 +0000 (23:08 +0100)
assets/main.css

index 1d2264f965517ca5171ff19a76a3aac68e9cf6ee..5edc5c8eb50ee2aaf5a5977f2cfa46d099f632f5 100644 (file)
@@ -103,7 +103,7 @@ img {
 }
 
 img[src="/cat.png"] {
-  width: auto;
+  width: 50%;
 }
 
 video {