For the spicy pasta enthusiasts, look no further - this is the one! Introducing our Roasted Aubergine and Spicy Harissa Pasta Sauce - a tasty blend of roasted aubergine, red pepper, onion, and tomato, crafted in the UK. This nice n spicy, vegan pasta sauce is curated without any nasties or added sugar.
/* 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;
}
}