Ver Fonte

update slick bullet

andy há 3 anos atrás
pai
commit
d0fce06649
3 ficheiros alterados com 12 adições e 0 exclusões
  1. 7 0
      css/style.css
  2. 0 0
      css/style.css.map
  3. 5 0
      css/style.scss

+ 7 - 0
css/style.css

@@ -121,6 +121,13 @@ body {
   background-color: rgba(0, 0, 0, 0.1);
   background-color: rgba(0, 0, 0, 0.1);
 }
 }
 
 
+@media screen and (max-width: 576px) {
+  .sec-00__bulletList {
+    width: 100%;
+    left: 0px;
+  }
+}
+
 .sec-00__bullet {
 .sec-00__bullet {
   position: relative;
   position: relative;
   width: 100%;
   width: 100%;

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
css/style.css.map


+ 5 - 0
css/style.scss

@@ -105,6 +105,11 @@ body {
         display: flex;
         display: flex;
         z-index: 10;
         z-index: 10;
         background-color: rgba(0,0,0,.1);
         background-color: rgba(0,0,0,.1);
+        @media screen and(max-width:576px) {
+            width:100%;
+            left: 0px;
+
+        }
     }
     }
     &__bullet {
     &__bullet {
         position: relative;
         position: relative;

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff