Made from the sap of coconut and a touch of sea salt Biona Organic Coconut Aminos makes a perfect alternative to soya sauce that is naturally gluten and soy free. This versatile sauce has a sweet and salty flavour that is perfect for using in marinades and to season savoury dishes with.
/* 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;
}
}