Desafio, menu para tablets.
@media (min-width: 834px) {
.cabecalho__pesquisar__item {
display: block;
}
.menu__container {
height: 100%;
width: 74px;
top: 80px;
}
.menu__lista {
flex-direction: column;
justify-content: flex-start;
gap: 30px;
}
/* Estilo do rodape */
.rodape__container {
justify-content: space-between;
}
}