.nav-list { font-family: $font-family-base; ul { display: flex; align-items: center; justify-content: center; height: 26px; padding: 0; margin: 0; } li { list-style: none; line-height: 0; &:not(:last-child) { margin-right: 20px; } } }