TRI-283: end p_mover_landing_page

This commit is contained in:
2024-11-21 19:49:38 +03:00
parent 7a345a6c80
commit 8de6676b40
18 changed files with 567 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
@media (max-width: 767.98px) {
.chatterbox {
max-width: 100vw;
margin: 0 auto 100px;
margin: 0 auto 121px;
position: relative;
}
}
@@ -195,6 +195,13 @@
}
}
@media (max-width: 767.98px) {
.chatterbox__vbtn::before {
width: 55px;
height: 55px;
}
}
.chatterbox__vbtn::before, .chatterbox__vbtn::after {
content: "";
position: absolute;
@@ -261,7 +268,7 @@
@media (max-width: 479.98px) {
.chatterbox__mbtns {
top: 61%;
top: 61.6%;
}
}
@@ -275,6 +282,12 @@
}
}
@media (max-width: 767.98px) {
.chatterbox .title {
margin-bottom: 50px;
}
}
.chatterbox .slick-next {
right: -40px;
}