Crafted using organic garlic and ginger, with a touch of coconut vinegar for natural preservation. This aromatic paste serves as an ideal time-saving remedy for time-poor consumers seeking convenient, flavourful meals! A distinctive and innovative product - among the few organic options available in the market.
/* 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;
}
}