Harissa is a classic North African hot chilli paste made with Chilli, Tomato and Garlic.
Traditionally used across Libya, Tunisia, Algeria and Morocco to add heat and flavour to stews, soups and tagines, this authentic blend of herbs and spices makes a delicious addition to a wide range of dishes.
/* 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;
}
}