Dragon Superfoods Walnut Flour is made from organic walnut through a gentle oil extraction process. It is naturally gluten-free and is a rich source of plant protein, fibres and minerals (magnesium, calcium and zinc). Its distinctive nutty aroma makes it an ideal addition to desserts, snacks or smoothies.
/* 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;
}
}