In a few easy steps you can create freshly baked bread or rolls, with the addition of only two ingredients. This mix is ideal for those on a gluten free diet who want to enjoy delicious homemade bread bursting with the natural crunch of a five-seed mix.
In just a few steps, and with only water and oil, this Seeded Bread Mix will make one loaf or 10 rolls.
This product is Coeliac UK, Vegan and Kosher certified.
/* 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;
}
}