Marigold Instant Gravy is ready in seconds and provides the perfect accompaniment to roast potatoes, sausages and mash, nut roasts or any vegetable or meat dishes. A traditional recipe with vegan twist. Ready in seconds. Made from a short list of natural ingredients, this gravy goes well with a wide variety of dishes. Instantly prepared.
Vegan. Gluten free. Palm oil free. No MSG. N o 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;
}
}