We have an appetite for change; to help save the planet one delicious plant-based meal at a time.
Join us on our mission enjoying this moreish mixture of cooked freekeh and wheatberries with red pepper, tomatoes and green olives flavoured with herbs and spices, inspired by the Mediterranean cuisine.
Plant-based simplicity, Source of protein, High in Fibre, Low in saturated fat, Vegetarian Society Approved - 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;
}
}