Marigold Organic Gravy is ready in seconds and provides the perfect accompaniment to roast potatoes, sausages and mash, nut roasts or any vegetable or meat dishes. Made from a few selected organic ingredients this rich gravy works equally well for traditional dishes or modern cooking. Instantly prepared.
Organic. Vegan. Gluten free. Palm oil free. No allergens containing ingredients.
/* 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;
}
}