]> _ Git - spinepro.git/commitdiff
wait #7286 @0:20
authorsoufiane <soufiane@cubedesigners.com>
Tue, 28 Jan 2025 19:55:08 +0000 (20:55 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 28 Jan 2025 19:55:08 +0000 (20:55 +0100)
wp-content/themes/CCV/dist/styles/app.css
wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl

index 235dcadbab73b42c788ee7f338b935fc41fbf99b..e1c8be14fae05b87cb71fc13bf35bf7e373fc949 100644 (file)
@@ -3333,6 +3333,12 @@ body .elementor-section:not(#slideshow-section) {
   }
 }
 
+@media only screen and (max-width: 1574px) {
+  .link-carousel {
+    margin: 0 64px;
+  }
+}
+
 .link-carousel-item {
   height: auto !important;
   display: flex;
@@ -3370,6 +3376,15 @@ body .elementor-section:not(#slideshow-section) {
   font-weight: 100;
 }
 
+@media only screen and (max-width: 767px) {
+  .link-carousel-item-title {
+    padding: 2em 1em 0;
+    font-size: 19px;
+    font-size: 19px;
+    line-height: 30px;
+  }
+}
+
 .link-carousel-prev,
 .link-carousel-next {
   position: absolute;
index 483a0b74451fdb88d35e7eca5e3be18c05f859ec..47a2fcdba3e79fd163c4af46cda1921acf3f7d2b 100644 (file)
@@ -7,6 +7,8 @@
   margin: 0 auto;
   +above(1919px)
     padding-bottom: 100px
+  +below(1575px)
+    margin: 0 64px
 
   &-item
     height: auto !important // Needed to make equal heights, otherwise Swiper's 100% height breaks this
       line-height: 40px
       transition: background-color 0.2s ease-out
       font-weight: 100
+      +below(768px)
+        padding: 2em 1em 0
+        font-size: 19px
+        line-height: 30px
 
   &-prev, &-next
     position: absolute