A classic Italian sauce, our Biona Organic Basilico Pasta Sauce is just the thing to bring the flavours of the Mediterranean to the dinner table. Made by blending together ripe tomatoes, fresh basil, onions and agave nectar, this is an aromatic sauce that can bring to life pasta dishes, or be used as a sumptuous pizza topping.
/* 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;
}
}