Pinchful is an all-natural, 'healthy' salt brand, containing 30% less sodium than your average table salt. Each grain is harvested from the mineral-rich Atacama sea beds in Chile, where it's dried by the sun for a clean, salty taste. Our driving force was to create an all-natural, craft product that was better for you and your family, but didn't mean your dishes lacked that lift that only good seasoning can offer.
/* 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;
}
}