A simple wholesome twist on a family favourite that's fun to eat as it is
nourishing. With just two simple ingredients - red lentils and a touch
of brown rice - we've crafted a pasta that's packed with plant-based
protein & fibre and is naturally gluten free. The whole family is going to
LOVE this delicious and nutritious elbow!
/* 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;
}
}