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"]}
|
className={stylesCheckbox["page-main__label"]}
|
||||||
htmlFor="acceptTerms"
|
htmlFor="acceptTerms"
|
||||||
>
|
>
|
||||||
*<strong>Declaro que li e aceito</strong>
|
* <strong>Declaro que li e aceito</strong>
|
||||||
</label>
|
</label>
|
||||||
<Field
|
<Field
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user