]> _ Git - spinepro.git/commitdiff
wait #7127 @0:15
authorsoufiane <soufiane@cubedesigners.com>
Mon, 4 Nov 2024 09:28:08 +0000 (10:28 +0100)
committersoufiane <soufiane@cubedesigners.com>
Mon, 4 Nov 2024 09:28:08 +0000 (10:28 +0100)
wp-content/themes/CCV/dist/styles/app.css
wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl

index 1b459aa5762f06b48c379456a6a2ce085ea36616..6f32f3bf80489e9e7bcbe19ab191c57e5b7e082b 100644 (file)
@@ -2921,10 +2921,9 @@ body .elementor-section:not(#slideshow-section) {
   position: absolute;
   bottom: 9.2vw;
   left: 6.4vw;
-  font-size: 2.1875vw;
-  font-size: 2.1875vw;
-  max-width: 968px;
-  width: 60vw;
+  font-size: 1.615vw;
+  font-size: 1.615vw;
+  width: 50.147vw;
   opacity: 1;
 }
 
@@ -2950,6 +2949,7 @@ body .elementor-section:not(#slideshow-section) {
   .header-slideshow .header-slideshow-content {
     font-size: 31px;
     font-size: 31px;
+    max-width: 968px;
   }
 }
 
@@ -2971,8 +2971,8 @@ body .elementor-section:not(#slideshow-section) {
 }
 
 .header-slideshow .header-slideshow-content.small-height {
-  font-size: 31px;
-  font-size: 31px;
+  font-size: 19px;
+  font-size: 19px;
 }
 
 .header-slideshow .header-slideshow-content:not(.showing) {
index 8f58afdadc8c017117abd5ba355884957f358793..367606c4a0f88326e27d936426841ac209e5cc03 100644 (file)
@@ -94,9 +94,8 @@ $title_bg = rgba(#1A2E5D,0.91)
       position: absolute
       constrain(bottom, 9.2vw)
       left: 6.4vw // Not using constrain because this shouldn't be capped on lower limits
-      font-size: 2.1875vw // 42px in vw based on 1920px width
-      max-width: 968px
-      width: 60vw
+      font-size: 1.615vw // 42px in vw based on 1920px width
+      width: 50.147vw
       opacity: 1
 
       +above(2128px)
@@ -104,6 +103,7 @@ $title_bg = rgba(#1A2E5D,0.91)
 
       +above($content-max-width)
         font-size: 31px // Base font size
+        max-width: 968px
 
       +below($breakpoint-slideshow)
         bottom: 4em
@@ -116,7 +116,7 @@ $title_bg = rgba(#1A2E5D,0.91)
         width: auto
 
       &.small-height
-        font-size: 31px
+        font-size: 19px
 
       &:not(.showing)
         opacity: 0 !important