.wrapper__button { width: 100%; position: fixed; background-color: rgb(95, 92, 92); width: 100vw; z-index: 100; display: flex; justify-content: center; padding: 10px 0; } .wrapper__button__logout { width: 50%; display: flex; justify-content: flex-end; } @media (min-width: 767px) { }