A longer form, more flavourful Ginger Shot: the Ginger Kick rounds off the harshness of raw Ginger & Lime with smooth Maple Syrup & fresh Mint. From extra strength East African Ginger for a real health kick.
From a 100% natural, five-ingredient home recipe in Islington - and made in Devon. No extracts or preservatives.
/* 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;
}
}