TRI-283: end header + start adaptive 1400>

This commit is contained in:
2024-11-20 01:38:34 +03:00
parent 4996d02f71
commit d83940b47d
27 changed files with 1883 additions and 208 deletions

View File

@@ -36,6 +36,14 @@
}
}
@media (max-width: 1304.98px) {
.chatterbox__slide {
width: 300px;
height: 615px;
background-size: 300px 615px;
}
}
.chatterbox__slide.loaded video {
opacity: 1;
}
@@ -146,6 +154,12 @@
}
}
@media (max-width: 1304.98px) {
.chatterbox__vbox {
height: 530px;
}
}
.chatterbox .title {
margin-bottom: 60px;
}