fix bugs responsive

This commit is contained in:
2024-11-08 13:42:08 +01:00
parent 233d268049
commit cefa8f0acd
3 changed files with 18 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
@media(max-width: 810px){
position: relative;
width: 100% !important;
top: 0;
}
.views-element-container{
// margin-bottom: 3rem;

View File

@@ -117,6 +117,9 @@ $slick-opacity-not-active: 0.25 !default;
@media(max-width:1080px){
left: 45%;
}
@media(max-width:510px){
right: 39%;
}
[dir="rtl"] & {
left: auto;
right: -25px;
@@ -144,6 +147,9 @@ $slick-opacity-not-active: 0.25 !default;
@media(max-width:1080px){
right: 47%;
}
@media(max-width:510px){
right: 45%;
}
[dir="rtl"] & {
left: -25px;
right: auto;