6 lines
78 B
CSS
6 lines
78 B
CSS
.container img {
|
|
all: unset;
|
|
object-fit: contain;
|
|
width: 200px;
|
|
}
|