CHOCOLATE GINGERS, there are certainly no prizes for guessing what the key ingredients are in this most deliriously delicious of dunking delights. Studded with generous amounts of stem ginger pieces and dipped within an inch of its life in seriously decadent dark organic chocolate.
/* 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;
}
}