We've linked up with Hackney's resident Pasta Daddy to bring you a fiery sauce with sweet undertones that will blow your socks off. Saucerer and Tom's Pasta bring you this cauldron of hot beauty for you to drop into your linguine, lasagna or just crack it open and chug it like a soda
/* 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;
}
}