This special sauce is made to a traditional Japanese recipe that combines the rich flavour of Clearspring Soya Sauce with the mellow sweetness of Japan's finest organic mirin sweet rice seasoning. Ideal for a dip for sushi, tempura or splinking during cooking to flavour stir fries and grilled vegetables.
/* 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;
}
}