6 lines
61 B
CSS
6 lines
61 B
CSS
img {
|
|
width: 100%;
|
|
height: 25rem;
|
|
object-fit: cover;
|
|
}
|