Give your porridge an upgrade with our organic Turtle Porridge Goji & Chia. This gluten-free, vegan, and wholegrain breakfast is bursting with fiber and the naturally sweetened with sultanas and white mulberries. Enjoy the added benefits of superfoods goji, chia, white mulberry, and linseed.
/* 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;
}
}