A superb cake making flour made from local wheat with added raising agents. Made from the best soft wheats carefully selected from local farms and expertly milled with added raising agents creates this fantastic flour great for all kinds of cake making. Tested to ensure it makes light, fluffy and springy sponges.
/* 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;
}
}