Linwoods Cold Milled Sprouted Flaxseed.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.High in omega 3, source of protein, source of fibre, soure of magnesium
/* 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;
}
}