Pulsin high fibre brownies are made with premium natural ingredients selected for maximum nutritional benefit and great taste. Each brownie is cold pressed to provide optimum nutritional value, packed full of nuts and is rich in fibre to keep you full. The choc chips contain no added sugar, instead we use natural sweeteners like xylitol (found in strawberries)
/* 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;
}
}