Dragon Superfoods Peanut Flour is made from organic peanuts through a gentle oil
extraction process. It is naturally gluten-free and is a rich source of plant protein, as well as fibers. Peanut flour also contains minerals - magnesium and calcium. 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;
}
}