Start your day the healthy way with Mille Blueberry Plant Protein Pancake Mix! Packed with 16g of protein, high fibre, and low-carb goodness, these pancakes are a delicious, guilt-free treat. Made with low GI millet grains, with no refined flour or sugar, they fuel your body without the crash. Vegan, low-calorie, and bursting with blueberry flavour, it's the perfect high-protein breakfast for a nourishing start!
/* 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;
}
}