3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 17:17:32 +00:00

Prevent img from stretching

This commit is contained in:
Chris Lowis
2025-12-15 13:17:03 +00:00
parent 45ea23b18c
commit 2560dafcae

View File

@ -157,6 +157,10 @@ body {
background-color: var(--cotech-black);
}
img {
object-fit: contain;
}
img.greyscale {
filter: grayscale(100);
}