Orgran Garden Veggies Penne 350g "At ORGRAN, we believe the best food comes from plants, and the best plants are found in the Veggie Garden !
Our Garden Veggies Pasta is a simple mix of Corn, Sweet Potato & Kale, blended to create a great tasting pasta with all of the benefits of veggies. Now in a 350g Family Pack "
/* 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;
}
}