<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Block grid based on Foundation.
 *
 * The actual grid rule is now stored at blazy.grid.css.
 */

.slide--grid .slide__content {
  margin: 0 -0.625rem;
  padding: 0;
  list-style: none;
}

.slide--grid .slide__caption {
  max-width: 100%;
}
</pre></body></html>