Shropshire Spice's So Simple Gluten Free Swahili African Curry is aromatic and full of flavour. With it's medium heat, it's perfect for those who like a bit of spice.
Add with chicken or seafood to create your prefect curry.
This spice is suitable for vegetarians and is free from artificial colours, flavours & 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;
}
}