An American classic that's also Free From the 14 major allergens (including Gluten, Dairy, Nuts, Peanuts, Soya and Sesame)! This versatile mix can be made savoury (as a side dish) or sweet (as a dessert), is Kosher certified, Vegan and allergy-safe. Not just for Thanksgiving, our cornbread mix can be enjoyed year-round.
/* 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;
}
}