Our brand new Sticky Toffee Cake, takes an all time classic and makes it accessible for everyone, whether you have dietary requirements or not, being free from the Top 14 Allergens. Whether you're Vegan, Kosher, Coeliac or allergic to any of the Top 14 Allergens, then you can enjoy this sweet treat recipe. Even if you don't avoid any foods you'll love it!
/* 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;
}
}