Small margin fix

This commit is contained in:
Rafael 2022-01-05 10:49:32 -03:00 committed by Thomas Zarebczan
parent c96db56f33
commit 336c9288bf

View file

@ -83,10 +83,14 @@ $recent-msg-button__height: 2rem;
align-items: center;
padding: 0;
@media (min-width: $breakpoint-small) {
.menu__button {
margin-left: var(--spacing-xxs);
}
@media (max-width: $breakpoint-small) {
.menu__button {
margin-left: 5px;
}
}
}