Our tasty oat & raisin mini flapjacks are packed full of delicious juicy raisins and wholegrain oats and under 100 calories per pack, making them perfect for toddlers on the go.
Suitable for 12+ months.
I'm organic.
No added salt.
Nothing artificial.
Suitable for vegetarians and vegans.
/* 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;
}
}