_footer.scss 180 B

1234567891011
  1. // footer styles
  2. // ======================================================================
  3. .footer {
  4. @include spacing(t 2);
  5. width: 100%;
  6. &--flex {
  7. display: flex;
  8. }
  9. }