Perfect for first thing in the morning the clean, delicate flavour of Lime Flower will gently wash away the fog of the night and set you up for the day ahead.
The low tannin levels of Lime Flowers also make this a very good after dinner tea as high tannin is thought to inhibit protein digestibility.
/* 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;
}
}