Enjoy our mild and umami-rich unpasteurised rice miso which contains less salt than our signature Brown Rice Miso (at least 25%).
It can be used to make an authentic Japanese miso soup, or to season and enrich the ?avour of stews, casseroles, sauces and salad dressings. It's also simple to use; dissolve in a little water
/* 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;
}
}