Breakfast has never been so vibrant! This punchy, zesty and nutty granola is tailor made to go in your breakfast bowl. Why not get creative with it by adding it to your bakes, shakes, chia pots, biscuits and cakes. The chunky nuts and wholesome oats bring stacks of versatility to breakfast time and beyond...
/* 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;
}
}