The Doves Farm Organic Heritage Seeded Flour is a blend of organic wholemeal bread flour and ancient grain flours spelt, emmer and einkorn, expertly mixed with teff grain, sunflower, poppy and brown linseeds. A flour packed full of flavour and texture, it is perfect for baking a flavoursome, slightly closed yet soft crumb bread.
/* 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;
}
}