forked from autonomic-cooperative/cotech-website
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