New Organic Pad Thai Sauce is the UKs first organic, gluten free and vegan Pad Thai sauce which is easy to use to create a quick and sumptuous Pad Thai. It is packed full of flavor and perfectly captures the essence of a good Pad Thai sauce with beautiful savory, tangy and sweet notes.
/* 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;
}
}