Our French sea salt is from the island of Ile de Re, which is awarded annually for the cleanliness of its shores. Salt is separated by natural drying of seawater in lakes with clay bottoms. This way it remains rich in minerals such as calcium, potassium, magnesium, copper, iron, zinc and iodine. This salt has a high moisture content, a typical grey color and a mild taste.
/* 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;
}
}