A classic flavour favourite - there's no need to reinvent the wheel if you already know you like your cookies chocolatey. These double chocolate chip cookies contrast a crisp texture with the soft creaminess of the dark chocolate chips. From January 2023 - Palm Oil Free too!
/* 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;
}
}