Is there such a thing as too much cheese? (Obviously not). If you've always wanted to snack on a whole block of cheddar but felt weird about it, this is the socially acceptable and crunchier way to do just that. And they're 40% less fat. Criminally cheesy.
Gluten Free, 40% Less Fat, All Natural Ingredients, Suitable for Vegetarians & Vegans, Under 150 cals, No Added Sugar.
/* 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;
}
}