7 lines
178 B
SCSS
7 lines
178 B
SCSS
@include respond-to('laptop') {
|
|
.interactive-banner-style-06 {
|
|
.interactive-banners-content {
|
|
transform: translateY(calc(100% - 110px));
|
|
}
|
|
}
|
|
} |