Also known as Mugi Miso, it is the traditional miso of rural Japan. This superb miso is made by traditional methods and is fully aged in cedarwood kegs for 1 to 2 years.
It adds a rich flavour and concentrated goodness to sauces, baked dishes, soups and beans. It also makes an outstanding miso soup.
/* 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;
}
}