Our Organic White Miso is made to an old family recipe in Japan's Nagano prefecture and offers a delicious balance of savoury and sweetness whilst still packing an umami punch.
It can be used to make an authentic Japanese miso soup and to enrich the ?avour of stews and sauces, or in dressings and even as a glaze.
/* 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;
}
}