SyuanYu преди 1 година
родител
ревизия
df8f3529b3
променени са 3 файла, в които са добавени 32 реда и са изтрити 4 реда
  1. 17 2
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 15 2
      static/css/style.scss

+ 17 - 2
static/css/style.css

@@ -4265,7 +4265,22 @@
   height: 100%;
   height: 100%;
 }
 }
 .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
 .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
-  left: 33%;
+  left: 28%;
+  padding-bottom: 25%;
+  width: 48%;
+}
+@media (max-width: 1200px) {
+  .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
+    padding-bottom: 22%;
+    width: 46%;
+  }
+}
+@media (max-width: 575px) {
+  .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
+    padding-bottom: 16%;
+    width: 40%;
+    top: 45%;
+  }
 }
 }
 .carousel-wrapper .carousel .lang {
 .carousel-wrapper .carousel .lang {
   position: absolute;
   position: absolute;
@@ -4297,7 +4312,7 @@
   left: 4.5vw;
   left: 4.5vw;
   z-index: 100;
   z-index: 100;
 }
 }
-@media (max-width: 991px) {
+@media (max-width: 1200px) {
   .carousel-wrapper .carousel .toggle-video {
   .carousel-wrapper .carousel .toggle-video {
     top: 33%;
     top: 33%;
     left: 3vw;
     left: 3vw;

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
static/css/style.css.map


+ 15 - 2
static/css/style.scss

@@ -4680,7 +4680,20 @@
         }
         }
 
 
         &.e-win {
         &.e-win {
-          left: 33%;
+          left: 28%;
+          padding-bottom: 25%;
+          width: 48%;
+
+          @media (max-width: 1200px) {
+            padding-bottom: 22%;
+            width: 46%;
+          }
+
+          @media (max-width: 575px) {
+            padding-bottom: 16%;
+            width: 40%;
+            top: 45%;
+          }
         }
         }
       }
       }
     }
     }
@@ -4716,7 +4729,7 @@
       left: 4.5vw;
       left: 4.5vw;
       z-index: 100;
       z-index: 100;
 
 
-      @media (max-width: 991px) {
+      @media (max-width: 1200px) {
         top: 33%;
         top: 33%;
         left: 3vw;
         left: 3vw;
       }
       }

Някои файлове не бяха показани, защото твърде много файлове са промени