]> _ Git - spinepro.git/commitdiff
wait #6971 @0:35
authorsoufiane <soufiane@cubedesigners.com>
Thu, 20 Jun 2024 12:27:46 +0000 (14:27 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 20 Jun 2024 12:27:46 +0000 (14:27 +0200)
wp-content/themes/CCV/dist/styles/app.css
wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl

index 6e76c15008af28d67d9ca37dc34ecd637e3cc912..ed8d5f6dfdb24a6200e67111e724b167f4b4a7d2 100644 (file)
@@ -3160,11 +3160,16 @@ h4,
   padding: 2.5em 1em 1em;
 }
 
+.link-carousel-item-image img {
+  width: 50%;
+  margin: 0 auto;
+}
+
 .link-carousel-item-title {
   display: flex;
   flex-grow: 0;
   flex-shrink: 0;
-  height: 4em;
+  height: auto;
   width: 100%;
   justify-content: center;
   align-items: center;
index 7be19ac099a7d555dba33b9b2dd75a2bfbfe7371..f83993b2fad1dcdf3ffee46c1853831aa8599e37 100644 (file)
       flex-grow: 1
       padding: 2.5em 1em 1em
 
+      img
+        width: 50%
+        margin: 0 auto
+
     &-title
       display: flex
       flex-grow: 0
       flex-shrink: 0
-      height: 4em // Fixed height regardless of label length
+      height: auto //4em // Fixed height regardless of label length
       width: 100%
       justify-content: center
       align-items: center