fix(responsividade): corrige responsividade da navegação
This commit is contained in:
parent
17d0c37500
commit
bab68b3c9c
@ -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"
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user