forked from M3-Academy/vtex-cms-template-atualizado
fix(home): Corrige pontos no header, menu e newsletter
This commit is contained in:
parent
9d6936b141
commit
32bc3b9378
@ -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;
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
@include mq(lg, min) {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: map-get($z-index, Level-5);
|
||||
}
|
||||
|
||||
&.is-fixed {
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user