Perfect for pizza lovers, this gluten free Pizza Base Mix makes creating delicious pizzas at home simple and easy.
In just a few steps, and with only a couple of additional ingredients, this Pizza Base Mix will make two thin and crispy or a large deep pan pizza for everyone to enjoy.
This product is Coeliac UK, Vegan and Kosher certified.
/* 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;
}
}