_footer.scss 220 B

1234567891011
  1. footer > .wp-block-group {
  2. align-items: center;
  3. justify-content: space-between; // Needed until we have a way to set this via block attributes
  4. p {
  5. margin-bottom: 0;
  6. }
  7. .footer-credit {
  8. align-self: flex-end;
  9. }
  10. }