When Charles Darwin embarked on his five year journey of discovery aboard the HMS Beagle, it was captained by Robert FitzRoy. Also the name of a stunning Patagonian mountain, discovered on our own voyage of discovery, FitzRoy is a fitting name for our very first bar, a dark chocolate for all mankind!
/* 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;
}
}