A specially developed recipe with a particularly high content of DHA. DHA is the fatty acid that has a positive influence on brain function.
This particular omega-3 fatty acid
- is especially present in high amounts in the brain cells
- protects the brain cells
- ensures a functioning signal transmission between the nerve cells
/* 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;
}
}