/**
 * @file
 * Style rules for the One column flexible layout.
 */

/* Mimic Bootstrap's .row */
.row {
  display: flex;
  flex-wrap: wrap;
}
