Reading is thirsty work. How about a Flawsome! health shot? They're small in size but BIG in impact, made with wonky fruit transformed into an immune-supporting shot. Acerola cherry and aronia juice are natural sources of Vitamin C to help you feel your best. The spicy ginger flavour is balanced by the natural sweetness of apples for a pleasing kick.
/* 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;
}
}