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:
@ -157,6 +157,10 @@ body {
|
|||||||
background-color: var(--cotech-black);
|
background-color: var(--cotech-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
img.greyscale {
|
img.greyscale {
|
||||||
filter: grayscale(100);
|
filter: grayscale(100);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user