This organic Sea Salad is an easy introduction to seaweed. The hand-harvested organic seaweed flakes are versatile and a flavour and health boost to almost any dish. Sprinkle in salads, fish dishes, mix with mashed potato, sauces, omelettes, or even breakfast oats!
/* 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;
}
}