It's not absolutely blow your head off but we're definitely upping the ante here.
We've added Chile de Arbol alongside Gochugaru and our Chilli Flake blend. We've also snuck a few black beans in there to offer a slightly different flavour profile to our original.
Use on: Absolutely Everything Such as: Eggs, Vegetables, Rice, Noodles, Steaks, Fridge Raids, Stir Frys.
/* 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;
}
}