Shropshire Spice's Cider Apple & English Sage Wholemeal Stuffing brings a wholesome feeling to the dinner table. With a subtle herb taste and sweetness from the apple, this stuffing is a firm family favourite.
It is suitable for vegetarians and is free from all artificial colourings, flavourings and preservatives.
/* 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;
}
}