You are here

isotope.css in Isotope (with Masonry and Packery) 7.2

Minimal CSS that applies to every probable implementation.

File

isotope.css
View source
  1. /**
  2. * @file
  3. * Minimal CSS that applies to every probable implementation.
  4. */
  5. .isotope-element .sort-data,
  6. .isotope-grid-sizer,
  7. .isotope-gutter-sizer {
  8. display: none;
  9. }
  10. /* clear fix */
  11. .isotope-container:after {
  12. content: '';
  13. display: block;
  14. clear: both;
  15. }