Two simple ingredients and nothing else. Our Garlic Sea Salt is a special blend of sea salt and roasted garlic. The only thing we add is depth of flavour and a mellow sweetness by slow-roasting our garlic bulbs. The only thing we take away is the extra work of peeling and chopping. Really Garlicky can substitute fresh garlic in any recipe, and a pinch and a scrunch is all it takes to get the same great flavour.
/* 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;
}
}