Our Biona Organic Flageolet Beans are a kitchen cupboard essential. These small beans have tender skins and a delicate, creamy flavour, making them a must-have for stews, soups, bean salads, and a whole host of savoury dishes. They're also an ideal substitute for canned pulses, making them a highly versatile organic ingredient.
/* 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;
}
}