A deliciously creamy mushroom sauce free from the Top 14 Allergens. Part of Le Conserve Della Nonna range of sauces. Perfect with pasta, rice, bakes and much more.
Le Conserve Della Nonna has a very environmentally-friendly philosophy from insisting on respecting the seasons and using non-GMO ingredients to installing a major solar panel system which makes the company almost entirely self-sufficient in energy.
/* 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;
}
}