6 lines
89 B
CSS
6 lines
89 B
CSS
.image {
|
|
height: auto;
|
|
margin-bottom: 16px;
|
|
max-width: 100%;
|
|
object-fit: cover;
|
|
} |