DASHI: Dashi is the very foundation of Japanese cuisine. Emma Basic Dashi is skilfully made by simmering natural kelp and shiitake mushrooms. Dedicated in making dashi in Japan since 1789.
NEVER ANY ADDITIVES: No-MSG, No Colourings, No Acidity regulators, No Potassium Sorbate.
/* 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;
}
}