At Pri's Puddings, we are on a mission to disrupt confectionery with the 1st HFSS compliant plant-based treats which are better for you, better for the animals and better for the planet.
Pri's Puddings' Raspberry Jam Pop Squares are scrumptious pastry bites with a sweet and tangy raspberry jam filling.
Made of ONLY 5 INGREDIENTS and are vegan, gluten free and contain 30% less 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;
}
}