Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* www.wills-vegan-store.com - product images are invisible
*
* They are using the non-standard -webkit-fill-available, but we can use the
* similar -moz-available to work around the issue.
*/
.media-wrapper {
min-width: -moz-available;
}