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

@ -169,7 +169,7 @@ const RegistrationForm = () => {
className={stylesCheckbox["page-main__label"]}
htmlFor="acceptTerms"
>
*<strong>Declaro que li e aceito</strong>
* <strong>Declaro que li e aceito</strong>
</label>
<Field
type="checkbox"

View File

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