Original Ginger Chews are natural, stimulating and delicious. Given ginger's queasy-quelling properties, Ginger Chews are great to fight off nausea while flying, boating or going on a bumpy road trip. Surprisingly and satisfyingly spicy. The only candy that bites you back!
TOP TIP:
Just add a few pieces to a cup of boiling water. Stir to melt and enjoy.
/* 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;
}
}