_footer.scss 219 B

1234567891011121314
  1. .site-footer {
  2. overflow: hidden;
  3. @include media(tablet) {
  4. align-items: flex-end;
  5. display: flex;
  6. flex-wrap: wrap;
  7. justify-content: space-between;
  8. }
  9. }
  10. @import "footer-branding";
  11. @import "footer-navigation";