.authIndicator { position: fixed; bottom: 0; width: 100vw; z-index: 3; padding: 1rem 2rem; text-align: center; background: var(--black); color: var(--white); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; @media (--medium-up) { justify-content: flex-end; } } .loggedInText { margin: 1rem 1rem; @media (--medium-up) { margin: 0 1rem; } }