Ready Cooked Organic & Fairtrade Quinoa - Spicy Mexican Quinoa-CAST ASIDE THE RICE
LET ME DANCE ACROSS YOUR TONGUE.
With a chilli touch that tingles but never makes you tremble, I'm a full-on fiesta of Mexican flavour. Packed with sweetcorn, red beans and tomatoes I'm here to party. And always allergen-free! LET'S DANCE!
/* 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;
}
}