Puy lentils are rich and tasty. The name comes from the region of France where they are grown. Puy lentils are great as an alternative to rice or potatoes and are high in fibre. These Puy lentils have already been steamed in the pouch in vegetable stock and can be eaten hot or cold.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}