Oh no, it's a Gruffalo! Our scrummy Gruffalo biscuits make grrreat toddler snacks for exploring and play. Made with organic cocoa powder and vanilla extract. Suitable for 12+ months.
I'm organic.
No added salt.
No artificial colours or flavours.
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;
}
}