Willow is for when we see ourselves as victims and feel that life has treated us badly. We wrap ourselves in anger, resentment, self-pity and bitterness, blaming others for our misfortune. Between our irritable and sulky moods, we seem to actively enjoy this gloom and despair. The Willow remedy helps to lift us from this hollow of self-mortification and to adopt a more forgiving and positive approach to life.
/* 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;
}
}