Perfect for those mornings the alarm didn't go off (wink!), our on-the-go handy porridge pots have got you covered. Made with the finest British rolled oats and brought to life with deliciously succulent apple pieces and. Packed with 13 plant-based foods and prebiotics, you'll never have to miss out on a gut-loving breakfast again. You're welcome!
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;
}
}