A versatile dairy free nut roast with fruit and seeds. Packed full of nutritious nuts and delicious flavours great for lunch dinner or as a savoury snack and of course Sunday lunch or with all the trimmings during the festive period. It's also great as a sandwich filling too.
/* 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;
}
}