Introducing our delectable Golden Syrup Porridge Pot - a mouthwatering fusion of flavour designed for those who crave a treat without compromising their health. Whether you're in need of a satisfying breakfast on the go or a guilt-free indulgence, this pot has you covered. Packed with 8 diverse plant-based foods and absolutely no added sugar or artificial sweeteners.
Directions: Add boiling water to the marked line, stir and leave for 3 minutes. Simples.
/* 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;
}
}