Sprouting activates dormant seeds to
utilise their stored energy. It is an age
old practice used by our ancestors to
bring seeds to life, by releasing their vital
nutrients to grow new plants.
Nutritionally dense, supporting a balanced
diet and active lifestyle, simply add two
spoonful's every day to enjoy all the
amazing benefits.
/* 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;
}
}