Take a moment to pause.
A powerful pepperminty cleansing blend of herbs all wrapped up in a little cup. We love taking time out of our day with this calming blend to help bring a little zen to our day. Ingredients: Peppermint (40%), Nettle (15%), Dandelion Leaves (13%), Lime Leaves (11%), Gotu Kola (8%), Cleavers (7%), Hawthorn (5%), Calendula Petals (1%)
/* 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;
}
}