fix(responsividade): corrige responsividade da navegação

This commit is contained in:
Amanda de Almeida Fonseca 2023-01-18 00:09:20 -03:00
parent 17d0c37500
commit bab68b3c9c
2 changed files with 7 additions and 1 deletions

View File

@ -75,6 +75,10 @@
} }
@media screen and (min-width: 2500px) { @media screen and (min-width: 2500px) {
&__nav {
height: 465px;
}
&__menu { &__menu {
width: 509px; width: 509px;
height: 465px; height: 465px;
@ -104,6 +108,7 @@
&__nav { &__nav {
border: 0; border: 0;
height: auto;
} }
&__menu { &__menu {
@ -111,6 +116,7 @@
border-right: 0; border-right: 0;
max-height: initial; max-height: initial;
padding: 0; padding: 0;
height: auto;
} }
&__button, &__button,