Spicy, salty, smoky, sweet and sour, our burnt chilli sauce packs some serious flavour. Long red chillies roasted over an open flame until sweetened and charred are the key to its tasty flavour. They give the sauce a 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;
}
}