CLEAN LABEL: Emma Basic Japanese Style Curry, probably the only Japanese style curry blocks free from MSG, colourings and preservatives.
VEGAN & GLUTEN FREE: Suitable for vegans. Also free from gluten and dairy.
QUICK & SIMPLE: It can easily be made within 20 minutes. A perfect weeknight meal, healthy and fast! Commonly served with rice or Udon noodles. Simply use the leftover vegetables in your fridge, a new taste each time
/* 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;
}
}