Biona Organic Porridge Oats, new to the range in 100% paper packaging.
Organically grown and high in fibre, Biona Organic Porridge Oats are the
perfect nutrient rich and slow release ingredient that addresses health and sustainability.
Quick and easy to prepare, they are also a convenient and nutritious breakfast.
/* 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;
}
}