smells so good, you practically want to eat off the floor. we don't recommend it. but it is good to know this no-wax formula is non-toxic and biodegradable. makes you want to throw out the timer on that whole 5-second rule. plus, the ergonomically designed shower-nozzle spray covers your floors in fewer sweeps and helps avoid puddling. pssssst safe for use on laminate wood floors but do not use on oiled floors
/* 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;
}
}