.menu__container { position: fixed; top: 80px; height: 100%; width: 10%; }
.menu__lista {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 5px;
}
.menu__container { position: fixed; top: 80px; height: 100%; width: 10%; }
.menu__lista {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 5px;
}
Parabéns cara! Flexbox é muito maneiro.