Prevent img from stretching

This commit is contained in:
Chris Lowis
2025-12-16 15:48:33 +00:00
parent 45ea23b18c
commit 2560dafcae
+4
View File
@@ -157,6 +157,10 @@ body {
background-color: var(--cotech-black);
}
img {
object-fit: contain;
}
img.greyscale {
filter: grayscale(100);
}