Corrige pontos no header, menu e newsletter
This commit is contained in:
parent
c05fa19fb3
commit
6474054149
@ -4,7 +4,7 @@
|
||||
|
||||
&__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 {
|
||||
|
@ -65,6 +65,7 @@
|
||||
z-index: map-get($z-index, level-5);
|
||||
transform: translateX(-100%);
|
||||
width: 100%;
|
||||
max-width: 375px;
|
||||
height: 100%;
|
||||
background: $white-500;
|
||||
transition: transform .2s ease-in-out;
|
||||
|
Loading…
Reference in New Issue
Block a user