//global imports @import '../../styles/global.colors.scss'; @import '../../styles/mixins'; .navbar { display: flex; flex-direction: row; background-color: inherit; justify-content: space-between; align-items: center; margin-top: 24px; margin-inline: 24px; } @include mobile() { .navbar { display: flex; flex-direction: row; background-color: inherit; justify-content: space-between; align-items: center; margin-top: 20px; margin-inline: 24px; } }