High in protein and natural fibre, Profusion Chick Pea Fusilli offers a satisfying and flavoursome alternative to traditional wheat pasta. Made from only the best organic natural ingredients, this pasta takes only a few minutes to cook and is delicious served hot with your favourite sauce or cold in a salad.
/* 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;
}
}