Our Cornish Sea Salt Flakes are beautiful microscopic pyramids, full of a mineral-rich zestiness, that are soft and melting on the palate. Allowing tastes to build and evolve, they are perfect as a natural finishing salt, dissolving quickly to give an initial hit of sea saltiness and splashing a little alchemy onto the simplest of dishes. Use to complement and transform rather than to dominate and define.
Our 150g pot is conveniently kitchen-sized for easy access to some tasty, sea salt seasoning while cooking.
/* 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;
}
}