Shropshire Spice's So Simple Gluten Free Goan Xacutti Curry is a fusion of Thai & Indian flavours. It's low heat and vibrant flavours make it the perfect fit for a fish curry. Not a fan of fish, a chicken or vegetable curry will work just as smoothly.
It is also suitable for vegetarians and is free from artificial colours, flavours 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;
}
}