fix(home): Corrige pontos no header, menu e newsletter

This commit is contained in:
Manuela Luana Schumacker Tavares 2022-12-06 19:12:48 -03:00
parent 9d6936b141
commit 32bc3b9378
3 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
background: linear-gradient(180deg, $color-blue 0%, $color-blue2 100%);
&__wrapper {
@include mq(lg, min) {
@include mq(md, min) {
max-width: 698px;
margin: 0 auto;
}

View File

@ -9,6 +9,7 @@
@include mq(lg, min) {
position: sticky;
top: 0;
z-index: map-get($z-index, Level-5);
}
&.is-fixed {

View File

@ -62,6 +62,7 @@
top: 0;
left: 0;
width: 100%;
max-width: 375px;
height: 100%;
transform: translateX(-100%);
z-index: map-get($z-index, Level-5);