Say goodbye to wasteful cooking materials with our compostible parchment paper rolls! Measuring 30cm x 20m and made with a lightweight 38gsm, these two rolls will provide the perfect eco-friendly solution for all your cooking needs. Make a positive impact on the environment while also enjoying the convenience and versatility of our high-quality parchment paper.
/* 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;
}
}