An ancient grain full of fibre, protein, and vitamins, spelt is perfect for packing even more nutrients into mealtimes. Our Biona Organic Spelt Semi-Wholegrain Lasagne Sheets are a no-fuss, easy-to-prepare way to enrich your favourite Italian dish. Simply substitute into your lasagne and bake until golden to enjoy an organic, exceptionally tasting meal.
/* 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;
}
}