Cheat on muffins. With muffins. New Quest Bake Shop Chocolate Chip Muffins are a delightfully soft treat loaded with rich chocolatey chips. Each muffin contains 10g of protein per serving* to power your quest, along with 2g of net carbs* and <1g of sugar* to fit into your healthy lifestyle. So dive into the decadent flavor of chocolate chip muffins whenever you desire.
/* 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;
}
}
/* 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;
}
}