/**
 * Enables visual ordering while preserving the theme's full-width sections.
 * Loaded only on the front page.
 */

.af-home {
  display: flex;
  flex-direction: column;
}

