@layer components {
  .footer-logo {
    grid-area: logo;
    justify-content: center;

    @media screen and (min-width: 768px), print {
      justify-content: flex-start;
    }
  }
}
