/**
 * @file
 * Wrapper styles.
 *
 * @package Templates.
 */
/* Wrapper. */
.t-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.t-wrapper__main {
  flex: 1 0 auto;
}

/*# sourceMappingURL=wrapper.css.map */