Spicy, salty, smoky, sweet and sour, our Spicy Burnt Chilli sauce packs some serious flavour and heat! Long red chillies and scotch bonnets roasted over an open flame until sweetened and charred are the key to it's tasty flavour. They give the sauce an extra spicy tingle that keeps you wanting more. A perfect addition to a stir-fry, soups and incredibly dippable!
/* 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;
}
}