Ciemme gluten free gnocchi is made in Puglia using artisan manufacturing processes to preserve the flavour and texture of the fresh, mostly local ingredients used.
Gnocchi boils in one minute, rising to the top of the pan when ready, then simply drain and add pesto or sauce. Can alternatively be fried. The ultimate healthy fast food!
Made with corn and potato. Certified Organic, Gluten Free and Vegan.
/* 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;
}
}