Lovegrass Ethiopia Crispy Teff Flakes are made with wholegrain teff and a touch of gently pressed sugar cane juice for a crispy, crunchy and utterly delicious breakfast naturally high in iron, fibre, magnesium, manganese, zinc, phosphorus and a good source of calcium and potassium. Back to basics, real food, our cereal can be enjoyed as a part of a healthy and balanced diet.
/* 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;
}
}