14 lines
411 B
SCSS
14 lines
411 B
SCSS
@include respond-to('laptop') {
|
|
[data-parallax-background-ratio],
|
|
.fix-background {
|
|
background-attachment: inherit !important;
|
|
background-position: center !important;
|
|
}
|
|
}
|
|
.is-touchable {
|
|
[data-parallax-background-ratio] {
|
|
background-attachment: inherit !important;
|
|
background-position: center !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
} |