Kickstart your child's day with our Supergrain Spinach Mix, a powerhouse of nutrition and taste! Made with supergrains, natural spinach powder, and mild spices, it's free from refined flour, preservatives, and artificial additives-100% pure and vegetarian. Packed with millets (10x calcium of wheat), oats (fibre, vitamins, antioxidants), lentils (protein, calcium), and spinach (iron, calcium, folic acid), it's perfect for growing kids. Make breakfast healthier, tastier, and more exciting every day!
/* 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;
}
}