The LEON LOVe Burger has something of a cult following since it launched on the menu in 2019 and this burger sauce is a big reason why. Rich and tangy, we've swapped the gherkin for dill to create a sauce that makes your food zing. Not just for burgers, it's perfect for slathering over your roasties, boosting your beetroot or even straight from the jar! And it #JustHappensToBeVegan.
/* 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;
}
}