Salt of the Earth Classic is made purely from natural alum, an antibacterial mineral salt that has been used for odour protection for hundreds of years.
It works by leaving a thin layer of natural mineral salts on your skin. These mineral salts are a natural deodorant and inhibit the formation of body odour on your skin, providing you with long-lasting protection.
/* 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;
}
}