Yaoh Organic Hemp Seed Oil Healing Salve in a glass jar, contains a high concentration of hemp seed oil, plus the addition of healing herbs like calendula, comfrey, elder and yarrow, making this ointment ideal for any skin complaints, ranging from tattoos to nappy rash. Can also be effective in treating more severe skin complaints. Not tested on animals.
/* 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;
}
}