Sage tea contains essential oils, tannin and bitters. it has many beneficial effects including the relief of inflamation affecting the mouth and mucous membranes of the throat. it can also be used to soothe common gastro intestinal problems and exerts an anti persperant effect particularly in cases of nervous sweating. some people gargle sage tea has a treatment for gingivitis.
/* 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;
}
}