Chocolate and Hazelnuts are a match made in heaven right? We thought so too. Enter Bonsan Mylk Hazelnut Cocoa Spread, an irresistible blend of organic hazelnuts and cocoa. Spread on toast, drizzle over vegan ice cream or our personal favourite way of eating it; straight from the jar!
Plus we are proud to say there is absolutely no palm oil in sight!
/* 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;
}
}