Traditional granary style malted wheat bread flour. A classic recipe. A traditional granary style malted bread flour made from wheat flour with a blend of malted wheat flakes, malted barley and a touch of rye. Made with carefully selected grain from local farms and bakes into a delicious loaf whether made in a machine or by hand.
/* 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;
}
}