.footer { margin: var(--padding-lg) 0; } .footer > div { padding: 0 10px; display: flex; justify-content: space-between; } .footer > div > *:last-child { text-align: right; } .footer * { font-size: 0.9em; } /* mobile */ @media(max-aspect-ratio: 5/4) { .footer > div { flex-direction: column; } .footer * { text-align: center !important; } }