Enjoy a wholesome, protein-packed breakfast with Mille Classic Plant Protein Pancake Mix! With 17g of protein, high fibre, and low-carb goodness, these pancakes are light, fluffy, and nourishing. Made with low GI millet grains, with no refined flour or sugar, they provide long-lasting energy without the crash. Vegan, low-calorie, and naturally delicious, it's the perfect guilt-free start to your day-because classic never goes out of style!
/* 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;
}
}