Introducing our irresistible Smoky Jalapeno Relish - a taste sensation that will elevate your culinary creations. Made in the UK in small batches, this relish combines the bold flavours of aged green jalapenos with a sweet and smoky twist. It's a must-have for keen cooks, foodies, and barbecue enthusiasts who crave a burst of flavour. Whether you're topping nachos, burgers, sandwiches, or pairing it with cheese, our Smoky Jalapeno Relish will take your dishes to new heights.
/* 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;
}
}